Hi Paul,

2016-01-18 14:37 GMT+01:00 Paul Offord <paul.off...@advance7.com>:

> Hi,
>
>
>
> I’m having problems setting the Version information for a plugin I have
> developed.  I’ve changed the version information in moduleinfo.nmake:
>
>
>
> # The version
>
> MODULE_VERSION_MAJOR=0
>
> MODULE_VERSION_MINOR=99
>
> MODULE_VERSION_MICRO=3
>
> MODULE_VERSION_EXTRA=0
>
>
>
> and in CMakeLists.txt:
>
>
>
> set_module_info(syncro 0 99 3 0)
>
>
>
> I then run:
>
>
>
> cmake -D ENABLE_CHM_GUIDES=on -G "Visual Studio 12 Win64" ..\
>
>
>
> but the About Wireshark -> Plugins info shows as 0.0.1.
>
>
>
> Is there somewhere else I need to change the version details?
>

No need to modify moduleinfo.nmake if you are using CMake.
But you need to modify moduleinfo.h file: this is the one containing the
version string as displayed in Wireshark GUI. CMakeList.txt contains the
version info as displayed in Windows properties when you right click on the
dll file.

Regards,
Pascal.
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Reply via email to