aboutsummaryrefslogtreecommitdiffstats
path: root/image
diff options
context:
space:
mode:
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>2000-05-08 20:14:03 +0000
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>2000-05-08 20:14:03 +0000
commitbd1e76a1eb636f83c8c7ddeea47671bfa0a15dd1 (patch)
tree8f10096da327cf77c154d26e8122796e80b99134 /image
parente19e6fa97041852a5d3e5e18fb663228af056b24 (diff)
Move to version 0.8.8
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1925 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'image')
-rw-r--r--image/ethereal.rc10
1 files changed, 5 insertions, 5 deletions
diff --git a/image/ethereal.rc b/image/ethereal.rc
index fdf32aec1a..430f0df9ed 100644
--- a/image/ethereal.rc
+++ b/image/ethereal.rc
@@ -3,8 +3,8 @@
ETHEREAL_ICON ICON "ethereal.ico"
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,8,7,0
- PRODUCTVERSION 0,8,7,0
+ FILEVERSION 0,8,8,0
+ PRODUCTVERSION 0,8,8,0
FILEFLAGSMASK 0x0L
#ifdef _DEBUG
FILEFLAGS 0x3L
@@ -21,12 +21,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "The Ethereal developer community\0"
VALUE "FileDescription", "Ethereal\0"
- VALUE "FileVersion", "0.8.7\0"
- VALUE "InternalName", "Ethereal 0.8.7\0"
+ VALUE "FileVersion", "0.8.8\0"
+ VALUE "InternalName", "Ethereal 0.8.8\0"
VALUE "LegalCopyright", "Copyright © 2000 Gerald Combs <gerald@zing.org>, Gilbert Ramirez <gram@xiexie.org> and others\0"
VALUE "OriginalFilename", "Ethereal.exe\0"
VALUE "ProductName", "Ethereal\0"
- VALUE "ProductVersion", "0.8.7\0"
+ VALUE "ProductVersion", "0.8.8\0"
END
END
BLOCK "VarFileInfo"