aboutsummaryrefslogtreecommitdiffstats
path: root/image/ethereal.rc
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-10-27 02:22:08 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-10-27 02:22:08 +0000
commit4386002cc34d6a37e5f3f483c57efabe6359e771 (patch)
tree27e6fe8310d7cb12b5755dc61b86b9e14b7846db /image/ethereal.rc
parent1cf5db2c2327de88fdf008e882d34aca9d7708b0 (diff)
Move to version 0.8.13.
Mention IGRP dissector in NEWS. svn path=/trunk/; revision=2539
Diffstat (limited to 'image/ethereal.rc')
-rw-r--r--image/ethereal.rc10
1 files changed, 5 insertions, 5 deletions
diff --git a/image/ethereal.rc b/image/ethereal.rc
index bd8c830a71..7db7459337 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,12,0
- PRODUCTVERSION 0,8,12,0
+ FILEVERSION 0,8,13,0
+ PRODUCTVERSION 0,8,13,0
FILEFLAGSMASK 0x0L
#ifdef _DEBUG
FILEFLAGS 0x3L
@@ -21,12 +21,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "The Ethereal developer community, http://ethereal.zing.org\0"
VALUE "FileDescription", "Ethereal\0"
- VALUE "FileVersion", "0.8.12\0"
- VALUE "InternalName", "Ethereal 0.8.12\0"
+ VALUE "FileVersion", "0.8.13\0"
+ VALUE "InternalName", "Ethereal 0.8.13\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.12\0"
+ VALUE "ProductVersion", "0.8.13\0"
END
END
BLOCK "VarFileInfo"