aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/asn1/moduleinfo.nmake
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2006-12-19 22:23:22 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2006-12-19 22:23:22 +0000
commitb050c8facc7b01bbfc86a769f74c3ae0ce17bf17 (patch)
tree6b42f05ec12ae937262980de01821f031ddc0ae2 /plugins/asn1/moduleinfo.nmake
parent582bcfc5e1a5c9284acf7051938f0a6170390d05 (diff)
Add Windows version info resource.
svn path=/trunk/; revision=20157
Diffstat (limited to 'plugins/asn1/moduleinfo.nmake')
-rw-r--r--plugins/asn1/moduleinfo.nmake28
1 files changed, 28 insertions, 0 deletions
diff --git a/plugins/asn1/moduleinfo.nmake b/plugins/asn1/moduleinfo.nmake
new file mode 100644
index 0000000000..a1ae6e447a
--- /dev/null
+++ b/plugins/asn1/moduleinfo.nmake
@@ -0,0 +1,28 @@
+#
+# $Id$
+#
+
+# The name
+PACKAGE=asn1
+
+# The version
+MODULE_VERSION_MAJOR=0
+MODULE_VERSION_MINOR=5
+MODULE_VERSION_MICRO=0
+MODULE_VERSION_EXTRA=0
+
+#
+# The RC_VERSION should be comma-separated, not dot-separated,
+# as per Graham Bloice's message in
+#
+# http://www.ethereal.com/lists/ethereal-dev/200303/msg00283.html
+#
+# "The RC_VERSION variable in config.nmake should be comma separated.
+# This allows the resources to be built correctly and the version
+# number to be correctly displayed in the explorer properties dialog
+# for the executables, and XP's tooltip, rather than 0.0.0.0."
+#
+
+MODULE_VERSION=$(MODULE_VERSION_MAJOR).$(MODULE_VERSION_MINOR).$(MODULE_VERSION_MICRO).$(MODULE_VERSION_EXTRA)
+RC_MODULE_VERSION=$(MODULE_VERSION_MAJOR),$(MODULE_VERSION_MINOR),$(MODULE_VERSION_MICRO),$(MODULE_VERSION_EXTRA)
+