diff options
author | Joe George <joe@zeroc.com> | 2016-07-12 12:13:40 -0400 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2016-07-12 12:13:40 -0400 |
commit | 05083053cca0635202d18ecb82acff0775019905 (patch) | |
tree | 7eff38fc23626e4f31d13463bec2947e085b58ae /cpp/src/IceXML | |
parent | Merge remote-tracking branch 'origin/3.6' (diff) | |
download | ice-05083053cca0635202d18ecb82acff0775019905.tar.bz2 ice-05083053cca0635202d18ecb82acff0775019905.tar.xz ice-05083053cca0635202d18ecb82acff0775019905.zip |
Update version to 3.7a3
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 20b79898db4..d34330fa03d 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,7,52,0 - PRODUCTVERSION 3,7,52,0 + FILEVERSION 3,7,53,0 + PRODUCTVERSION 3,7,53,0 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG - #define INTERNALNAME "icexml37a2d\0" - #define ORIGINALFILENAME "icexml37a2d.dll\0" + #define INTERNALNAME "icexml37a3d\0" + #define ORIGINALFILENAME "icexml37a3d.dll\0" #else FILEFLAGS 0x0L - #define INTERNALNAME "icexml37a2\0" - #define ORIGINALFILENAME "icexml37a2.dll\0" + #define INTERNALNAME "icexml37a3\0" + #define ORIGINALFILENAME "icexml37a3.dll\0" #endif FILEOS 0x4L FILETYPE VFT_DLL @@ -23,12 +23,12 @@ BEGIN BEGIN VALUE "CompanyName", "ZeroC, Inc.\0" VALUE "FileDescription", "IceXML C++ Library\0" - VALUE "FileVersion", "3.7a2\0" + VALUE "FileVersion", "3.7a3\0" VALUE "InternalName", INTERNALNAME VALUE "LegalCopyright", "\251 2003-2016 ZeroC, Inc.\0" VALUE "OriginalFilename", ORIGINALFILENAME VALUE "ProductName", "Ice\0" - VALUE "ProductVersion", "3.7a2\0" + VALUE "ProductVersion", "3.7a3\0" END END BLOCK "VarFileInfo" |