diff options
Diffstat (limited to 'cpp/src/slice2cppe')
-rw-r--r-- | cpp/src/slice2cppe/Slice2CppE.rc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/src/slice2cppe/Slice2CppE.rc b/cpp/src/slice2cppe/Slice2CppE.rc index 66a4d2c2ab1..8c8dba404e8 100644 --- a/cpp/src/slice2cppe/Slice2CppE.rc +++ b/cpp/src/slice2cppe/Slice2CppE.rc @@ -1,8 +1,8 @@ #include "winver.h"
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 3,3,51,0
- PRODUCTVERSION 3,3,51,0
+ FILEVERSION 3,3,0,0
+ PRODUCTVERSION 3,3,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.3b\0"
+ VALUE "FileVersion", "3.3.0\0"
VALUE "InternalName", "slice2cppe\0"
VALUE "LegalCopyright", "Copyright (c) 2003 - 2008 ZeroC, Inc. All rights reserved.\0"
VALUE "OriginalFilename", "slice2cppe.exe\0"
VALUE "ProductName", "Ice-E\0"
- VALUE "ProductVersion", "3.3b\0"
+ VALUE "ProductVersion", "3.3.0\0"
END
END
BLOCK "VarFileInfo"
|