aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2011-03-01 19:40:51 +0000
committerGerald Combs <gerald@wireshark.org>2011-03-01 19:40:51 +0000
commit2009cc6f1794054e4a9cd8f9dbfacc73ef833157 (patch)
treec72951ece6b235d8f3363fbd3fde4dd3c737deeb /config.nmake
parent5da016099ad3475ad6773b726f321118ab449892 (diff)
Update some of the "Details" properties in the installer. Remove the
32-bit BMPs from the installer icon; they don't appear to render properly. svn path=/trunk/; revision=36113
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.nmake b/config.nmake
index 70e49bdf8a..009d692c9d 100644
--- a/config.nmake
+++ b/config.nmake
@@ -1018,6 +1018,7 @@ XMLLINT="xmllint"
VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_MICRO)$(VERSION_EXTRA)
RC_VERSION=$(VERSION_MAJOR),$(VERSION_MINOR),$(VERSION_MICRO),$(VERSION_BUILD)
+PRODUCT_VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_MICRO).$(VERSION_BUILD)
WTAP_VERSION=$(WTAP_VERSION_MAJOR).$(WTAP_VERSION_MINOR).$(WTAP_VERSION_MICRO)
RC_WTAP_VERSION=$(WTAP_VERSION_MAJOR),$(WTAP_VERSION_MINOR),$(WTAP_VERSION_MICRO)