xref: /libbtbb/wireshark/plugins-legacy/btle/moduleinfo.nmake (revision 25d64f63a355f4c01d10cf4f69da1c2246b040d9)
1#
2# $Id: moduleinfo.nmake 20155 2006-12-19 22:22:34Z jake $
3#
4
5# The name
6PACKAGE=btle
7
8# The version
9MODULE_VERSION_MAJOR=0
10MODULE_VERSION_MINOR=0
11MODULE_VERSION_MICRO=0
12MODULE_VERSION_EXTRA=1
13
14#
15# The RC_VERSION should be comma-separated, not dot-separated,
16# as per Graham Bloice's message in
17#
18#	http://www.ethereal.com/lists/ethereal-dev/200303/msg00283.html
19#
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."
24#
25
26MODULE_VERSION=$(MODULE_VERSION_MAJOR).$(MODULE_VERSION_MINOR).$(MODULE_VERSION_MICRO).$(MODULE_VERSION_EXTRA)
27RC_MODULE_VERSION=$(MODULE_VERSION_MAJOR),$(MODULE_VERSION_MINOR),$(MODULE_VERSION_MICRO),$(MODULE_VERSION_EXTRA)
28
29