aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-06-13 22:43:37 +0000
committerGuy Harris <guy@alum.mit.edu>2003-06-13 22:43:37 +0000
commita4e02bed1eec6ec07fa4ef9a2b762f95a16a68c5 (patch)
treecc69a87c0ad6c30179e50f38b738bd1ff477edd0
parent3c6327720b98348224c485bb67e136076fa05561 (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. svn path=/trunk/; revision=7880
-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