summaryrefslogtreecommitdiff
path: root/cpp/src/Ice
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/Ice
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/Ice')
-rw-r--r--cpp/src/Ice/Ice.rc16
1 files changed, 8 insertions, 8 deletions
diff --git a/cpp/src/Ice/Ice.rc b/cpp/src/Ice/Ice.rc
index f6f32f15b0f..bf2843732e1 100644
--- a/cpp/src/Ice/Ice.rc
+++ b/cpp/src/Ice/Ice.rc
@@ -2,17 +2,17 @@
#include "EventLoggerMsg.rc"
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
- #define INTERNALNAME "ice33d\0"
- #define ORIGINALFILENAME "ice33d.dll\0"
+ #define INTERNALNAME "ice34bd\0"
+ #define ORIGINALFILENAME "ice34bd.dll\0"
#else
FILEFLAGS 0x0L
- #define INTERNALNAME "ice33\0"
- #define ORIGINALFILENAME "ice33.dll\0"
+ #define INTERNALNAME "ice34b\0"
+ #define ORIGINALFILENAME "ice34b.dll\0"
#endif
FILEOS 0x4L
FILETYPE VFT_DLL
@@ -24,12 +24,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "ZeroC, Inc.\0"
VALUE "FileDescription", "Ice Core DLL\0"
- VALUE "FileVersion", "3.3.1\0"
+ VALUE "FileVersion", "3.4b\0"
VALUE "InternalName", INTERNALNAME
VALUE "LegalCopyright", "Copyright (c) 2003-2009 ZeroC, Inc. All rights reserved.\0"
VALUE "OriginalFilename", ORIGINALFILENAME
VALUE "ProductName", "Ice\0"
- VALUE "ProductVersion", "3.3.1\0"
+ VALUE "ProductVersion", "3.4b\0"
END
END
BLOCK "VarFileInfo"