diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2010-01-20 09:42:37 -0330 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2010-01-20 09:42:37 -0330 |
commit | db6ecd66170a3c32d93674dd6e4714754ffc17f1 (patch) | |
tree | dde562938d59b17da5fe0ef8dd215712968d884f /cpp/src/IceXML | |
parent | Remove not-working CopyLocal preservation (diff) | |
download | ice-db6ecd66170a3c32d93674dd6e4714754ffc17f1.tar.bz2 ice-db6ecd66170a3c32d93674dd6e4714754ffc17f1.tar.xz ice-db6ecd66170a3c32d93674dd6e4714754ffc17f1.zip |
Updated version to 3.4.0
Diffstat (limited to 'cpp/src/IceXML')
-rw-r--r-- | cpp/src/IceXML/IceXML.rc | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/cpp/src/IceXML/IceXML.rc b/cpp/src/IceXML/IceXML.rc index cc66808ec59..735aa654b69 100644 --- a/cpp/src/IceXML/IceXML.rc +++ b/cpp/src/IceXML/IceXML.rc @@ -1,17 +1,17 @@ #include "winver.h"
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 3,4,51,0
- PRODUCTVERSION 3,4,51,0
+ FILEVERSION 3,4,0,0
+ PRODUCTVERSION 3,4,0,0
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
- #define INTERNALNAME "icexml34bd\0"
- #define ORIGINALFILENAME "icexml34bd.dll\0"
+ #define INTERNALNAME "icexml34d\0"
+ #define ORIGINALFILENAME "icexml34d.dll\0"
#else
FILEFLAGS 0x0L
- #define INTERNALNAME "icexml34b\0"
- #define ORIGINALFILENAME "icexml34b.dll\0"
+ #define INTERNALNAME "icexml34\0"
+ #define ORIGINALFILENAME "icexml34.dll\0"
#endif
FILEOS 0x4L
FILETYPE VFT_DLL
@@ -23,12 +23,12 @@ BEGIN BEGIN
VALUE "CompanyName", "ZeroC, Inc.\0"
VALUE "FileDescription", "IceXML DLL\0"
- VALUE "FileVersion", "3.4b\0"
+ VALUE "FileVersion", "3.4.0\0"
VALUE "InternalName", INTERNALNAME
VALUE "LegalCopyright", "Copyright (c) 2003-2010 ZeroC, Inc. All rights reserved.\0"
VALUE "OriginalFilename", ORIGINALFILENAME
VALUE "ProductName", "Ice\0"
- VALUE "ProductVersion", "3.4b\0"
+ VALUE "ProductVersion", "3.4.0\0"
END
END
BLOCK "VarFileInfo"
|