aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimaxasncp/moduleinfo.nmake
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2007-09-06 10:05:41 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2007-09-06 10:05:41 +0000
commitc4c6de35dfb7b9e9733cd82a59a4f64b11a1035a (patch)
treef89a06061d48f958dd91a1bde6a06f6b867ce3de /plugins/wimaxasncp/moduleinfo.nmake
parent832948905417c35d27613bda3ec45bcbf61b8d42 (diff)
Add wimaxasncp plugin folder contents (other changes will follow)
svn path=/trunk/; revision=22800
Diffstat (limited to 'plugins/wimaxasncp/moduleinfo.nmake')
-rw-r--r--plugins/wimaxasncp/moduleinfo.nmake28
1 files changed, 28 insertions, 0 deletions
diff --git a/plugins/wimaxasncp/moduleinfo.nmake b/plugins/wimaxasncp/moduleinfo.nmake
new file mode 100644
index 0000000000..c41637109e
--- /dev/null
+++ b/plugins/wimaxasncp/moduleinfo.nmake
@@ -0,0 +1,28 @@
+#
+# $Id$
+#
+
+# The name
+PACKAGE=wimaxasncp
+
+# The version
+MODULE_VERSION_MAJOR=0
+MODULE_VERSION_MINOR=0
+MODULE_VERSION_MICRO=1
+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)
+