From 07646348063ed3a340274a4d3f0f7c68a9a6910e Mon Sep 17 00:00:00 2001 From: guy Date: Fri, 13 Jun 2003 22:43:37 +0000 Subject: 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 --- config.nmake | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'config.nmake') 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 -- cgit v1.2.3