diff options
author | Joe George <joe@zeroc.com> | 2016-04-08 09:46:21 -0400 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2016-04-08 09:46:21 -0400 |
commit | 2a89e7cdccecda313bfe2f5a4595a066cb15d208 (patch) | |
tree | e1d54638b77633e8306e635fe8ce1a8cf3394920 /cpp/src/slice2cpp | |
parent | Reworked log file archiving entry (diff) | |
download | ice-2a89e7cdccecda313bfe2f5a4595a066cb15d208.tar.bz2 ice-2a89e7cdccecda313bfe2f5a4595a066cb15d208.tar.xz ice-2a89e7cdccecda313bfe2f5a4595a066cb15d208.zip |
Update Ice version to 3.6.3
Diffstat (limited to 'cpp/src/slice2cpp')
-rw-r--r-- | cpp/src/slice2cpp/Slice2Cpp.rc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/src/slice2cpp/Slice2Cpp.rc b/cpp/src/slice2cpp/Slice2Cpp.rc index 7cbc107d57e..f7c47855132 100644 --- a/cpp/src/slice2cpp/Slice2Cpp.rc +++ b/cpp/src/slice2cpp/Slice2Cpp.rc @@ -1,8 +1,8 @@ #include "winver.h" VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,6,2,0 - PRODUCTVERSION 3,6,2,0 + FILEVERSION 3,6,3,0 + PRODUCTVERSION 3,6,3,0 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -19,12 +19,12 @@ BEGIN BEGIN VALUE "CompanyName", "ZeroC, Inc.\0" VALUE "FileDescription", "Slice to C++ Translator\0" - VALUE "FileVersion", "3.6.2\0" + VALUE "FileVersion", "3.6.3\0" VALUE "InternalName", "slice2cpp\0" VALUE "LegalCopyright", "\251 2003-2016 ZeroC, Inc.\0" VALUE "OriginalFilename", "slice2cpp.exe\0" VALUE "ProductName", "Ice\0" - VALUE "ProductVersion", "3.6.2\0" + VALUE "ProductVersion", "3.6.3\0" END END BLOCK "VarFileInfo" |