10 MODULE_VERSION_MINOR=1
11 MODULE_VERSION_MICRO=0
12 MODULE_VERSION_EXTRA=0
15 # The RC_VERSION should be comma-separated, not dot-separated,
16 # as per Graham Bloice's message in
18 # http://www.ethereal.com/lists/ethereal-dev/200303/msg00283.html
20 # "The RC_VERSION variable in config.nmake should be comma separated.
21 # This allows the resources to be built correctly and the version
22 # number to be correctly displayed in the explorer properties dialog
23 # for the executables, and XP's tooltip, rather than 0.0.0.0."
26 MODULE_VERSION=$(MODULE_VERSION_MAJOR).$(MODULE_VERSION_MINOR).$(MODULE_VERSION_MICRO).$(MODULE_VERSION_EXTRA)
27 RC_MODULE_VERSION=$(MODULE_VERSION_MAJOR),$(MODULE_VERSION_MINOR),$(MODULE_VERSION_MICRO),$(MODULE_VERSION_EXTRA)