summaryrefslogtreecommitdiff
path: root/image/text2pcap.rc.in
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2008-02-18 18:08:14 +0000
committerGerald Combs <gerald@wireshark.org>2008-02-18 18:08:14 +0000
commit7abeb02747a08671827dee1c2a6d6ff181cfa8d3 (patch)
tree2d8bebaabe2219ba7b774f9f325a8feb887bff2e /image/text2pcap.rc.in
parent6dd33f26f689d54282feca151d338b8ace5becb6 (diff)
downloadwireshark-7abeb02747a08671827dee1c2a6d6ff181cfa8d3.tar.gz
If we have an SVN revision number, use it as the build number under Windows
instead of "0". svn path=/trunk/; revision=24376
Diffstat (limited to 'image/text2pcap.rc.in')
-rw-r--r--image/text2pcap.rc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/image/text2pcap.rc.in b/image/text2pcap.rc.in
index 7ab2a431e7..f3024b6f94 100644
--- a/image/text2pcap.rc.in
+++ b/image/text2pcap.rc.in
@@ -3,8 +3,8 @@
WIRESHARK_ICON ICON "wireshark.ico"
VS_VERSION_INFO VERSIONINFO
- FILEVERSION @RC_VERSION@,0
- PRODUCTVERSION @RC_VERSION@,0
+ FILEVERSION @RC_VERSION@
+ PRODUCTVERSION @RC_VERSION@
FILEFLAGSMASK 0x0L
#ifdef _DEBUG
FILEFLAGS 0x3L