aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-06-13 22:43:37 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-06-13 22:43:37 +0000
commit07646348063ed3a340274a4d3f0f7c68a9a6910e (patch)
treecc69a87c0ad6c30179e50f38b738bd1ff477edd0 /config.nmake
parent0048b69160d53a77cf58ce20e80dc281e4d6b580 (diff)
As per a patch from Lars Roland, make RC_VERSION comma-separated.
Also put in a comment noting that it should be comma-separated, and noting why it should be comma-separated. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7880 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake15
1 files changed, 13 insertions, 2 deletions
diff --git a/config.nmake b/config.nmake
index 68bac6b3c5..ff0632c7f9 100644
--- a/config.nmake
+++ b/config.nmake
@@ -1,7 +1,18 @@
-# $Id: config.nmake,v 1.41 2003/06/12 09:45:42 guy Exp $
+# $Id: config.nmake,v 1.42 2003/06/13 22:43:37 guy Exp $
VERSION=0.9.13
-RC_VERSION=0.9.13
+#
+# This 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."
+#
+RC_VERSION=0,9,13
WTAP_VERSION=0.0
GTK_VERSION=1.3