summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2015-01-28 10:36:50 -0330
committerDwayne Boone <dwayne@zeroc.com>2015-01-28 10:36:50 -0330
commit610ce006b8a59de191cf44788a1b791aea0095e1 (patch)
treea3b348b8725efd0e14a1119354ea675a5b903005 /cpp/src/slice2cpp
parentFixed (ICE-6190) - Improve WinRT ssl/wss testing (diff)
downloadice-610ce006b8a59de191cf44788a1b791aea0095e1.tar.bz2
ice-610ce006b8a59de191cf44788a1b791aea0095e1.tar.xz
ice-610ce006b8a59de191cf44788a1b791aea0095e1.zip
Changed version to 3.6.0
Diffstat (limited to 'cpp/src/slice2cpp')
-rw-r--r--cpp/src/slice2cpp/Slice2Cpp.rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/src/slice2cpp/Slice2Cpp.rc b/cpp/src/slice2cpp/Slice2Cpp.rc
index 5e35704aed8..f38e5171d6f 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,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
@@ -19,12 +19,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "ZeroC, Inc.\0"
VALUE "FileDescription", "Slice To C++ Translator\0"
- VALUE "FileVersion", "3.6b\0"
+ VALUE "FileVersion", "3.6.0\0"
VALUE "InternalName", "slice2cpp\0"
VALUE "LegalCopyright", "Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.\0"
VALUE "OriginalFilename", "slice2cpp.exe\0"
VALUE "ProductName", "Ice\0"
- VALUE "ProductVersion", "3.6b\0"
+ VALUE "ProductVersion", "3.6.0\0"
END
END
BLOCK "VarFileInfo"