summaryrefslogtreecommitdiff
path: root/cpp/src/IcePatch2/IcePatch2Client.rc
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2009-08-10 12:12:26 +0800
committerMatthew Newhook <matthew@zeroc.com>2009-08-10 12:12:26 +0800
commitc51dd17edcf0969fc02f0e3a80dc12eb71cd8ecc (patch)
treed195a0c8958a9edf916605d24354b07688d82271 /cpp/src/IcePatch2/IcePatch2Client.rc
parentmerged in both of Jose's 4071 fixes. (diff)
downloadice-c51dd17edcf0969fc02f0e3a80dc12eb71cd8ecc.tar.bz2
ice-c51dd17edcf0969fc02f0e3a80dc12eb71cd8ecc.tar.xz
ice-c51dd17edcf0969fc02f0e3a80dc12eb71cd8ecc.zip
3.3b version changes.
Diffstat (limited to 'cpp/src/IcePatch2/IcePatch2Client.rc')
-rw-r--r--cpp/src/IcePatch2/IcePatch2Client.rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/src/IcePatch2/IcePatch2Client.rc b/cpp/src/IcePatch2/IcePatch2Client.rc
index 3bc39547149..2013ba20779 100644
--- a/cpp/src/IcePatch2/IcePatch2Client.rc
+++ b/cpp/src/IcePatch2/IcePatch2Client.rc
@@ -1,8 +1,8 @@
#include "winver.h"
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 3,3,1,0
- PRODUCTVERSION 3,3,1,0
+ FILEVERSION 3,4,51,0
+ PRODUCTVERSION 3,4,51,0
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
@@ -19,12 +19,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "ZeroC, Inc.\0"
VALUE "FileDescription", "IcePatch2 Client\0"
- VALUE "FileVersion", "3.3.1\0"
+ VALUE "FileVersion", "3.4b\0"
VALUE "InternalName", "icepatch2client\0"
VALUE "LegalCopyright", "Copyright (c) 2003-2009 ZeroC, Inc. All rights reserved.\0"
VALUE "OriginalFilename", "icepatch2client.exe\0"
VALUE "ProductName", "Ice\0"
- VALUE "ProductVersion", "3.3.1\0"
+ VALUE "ProductVersion", "3.4b\0"
END
END
BLOCK "VarFileInfo"