summaryrefslogtreecommitdiff
path: root/cpp/src/IceDB
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2012-10-23 15:03:49 -0400
committerBernard Normier <bernard@zeroc.com>2012-10-23 15:03:49 -0400
commitef571f80c545d30a5a2330b2d835f9c6441616a1 (patch)
treefce9620a538899c44d8471a0e798c4ff134dead8 /cpp/src/IceDB
parentJava/C# factory fix (diff)
downloadice-ef571f80c545d30a5a2330b2d835f9c6441616a1.tar.bz2
ice-ef571f80c545d30a5a2330b2d835f9c6441616a1.tar.xz
ice-ef571f80c545d30a5a2330b2d835f9c6441616a1.zip
Fixed ICE-4884:
Updated version to 3.5b Some fixes to distribution/bin/fixVersion.py
Diffstat (limited to 'cpp/src/IceDB')
-rw-r--r--cpp/src/IceDB/IceDB.rc16
1 files changed, 8 insertions, 8 deletions
diff --git a/cpp/src/IceDB/IceDB.rc b/cpp/src/IceDB/IceDB.rc
index 26843f94c9f..9884c59873b 100644
--- a/cpp/src/IceDB/IceDB.rc
+++ b/cpp/src/IceDB/IceDB.rc
@@ -1,17 +1,17 @@
#include "winver.h"
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 3,4,2,0
- PRODUCTVERSION 3,4,2,0
+ FILEVERSION 3,5,51,0
+ PRODUCTVERSION 3,5,51,0
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
- #define INTERNALNAME "icedb34d\0"
- #define ORIGINALFILENAME "icedb34d.dll\0"
+ #define INTERNALNAME "icedb35bd\0"
+ #define ORIGINALFILENAME "icedb35bd.dll\0"
#else
FILEFLAGS 0x0L
- #define INTERNALNAME "icedb34\0"
- #define ORIGINALFILENAME "icedb34.dll\0"
+ #define INTERNALNAME "icedb35b\0"
+ #define ORIGINALFILENAME "icedb35b.dll\0"
#endif
FILEOS 0x4L
FILETYPE VFT_DLL
@@ -23,12 +23,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "ZeroC, Inc.\0"
VALUE "FileDescription", "IceDB DLL\0"
- VALUE "FileVersion", "3.4.2\0"
+ VALUE "FileVersion", "3.5b\0"
VALUE "InternalName", INTERNALNAME
VALUE "LegalCopyright", "Copyright (c) 2003-2012 ZeroC, Inc. All rights reserved.\0"
VALUE "OriginalFilename", ORIGINALFILENAME
VALUE "ProductName", "Ice\0"
- VALUE "ProductVersion", "3.4.2\0"
+ VALUE "ProductVersion", "3.5b\0"
END
END
BLOCK "VarFileInfo"