diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2015-01-28 10:36:50 -0330 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2015-01-28 10:36:50 -0330 |
commit | 610ce006b8a59de191cf44788a1b791aea0095e1 (patch) | |
tree | a3b348b8725efd0e14a1119354ea675a5b903005 /cpp/src/IceXML | |
parent | Fixed (ICE-6190) - Improve WinRT ssl/wss testing (diff) | |
download | ice-610ce006b8a59de191cf44788a1b791aea0095e1.tar.bz2 ice-610ce006b8a59de191cf44788a1b791aea0095e1.tar.xz ice-610ce006b8a59de191cf44788a1b791aea0095e1.zip |
Changed version to 3.6.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 32a371a6fae..2ba1dc3cf83 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,6,51,0 - PRODUCTVERSION 3,6,51,0 + FILEVERSION 3,6,0,0 + PRODUCTVERSION 3,6,0,0 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG - #define INTERNALNAME "icexml36bd\0" - #define ORIGINALFILENAME "icexml36bd.dll\0" + #define INTERNALNAME "icexml36d\0" + #define ORIGINALFILENAME "icexml36d.dll\0" #else FILEFLAGS 0x0L - #define INTERNALNAME "icexml36b\0" - #define ORIGINALFILENAME "icexml36b.dll\0" + #define INTERNALNAME "icexml36\0" + #define ORIGINALFILENAME "icexml36.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.6b\0" + VALUE "FileVersion", "3.6.0\0" VALUE "InternalName", INTERNALNAME VALUE "LegalCopyright", "Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.\0" VALUE "OriginalFilename", ORIGINALFILENAME VALUE "ProductName", "Ice\0" - VALUE "ProductVersion", "3.6b\0" + VALUE "ProductVersion", "3.6.0\0" END END BLOCK "VarFileInfo" |