summaryrefslogtreecommitdiff
path: root/cpp/src/slice2html
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2013-08-20 16:56:41 -0700
committerMark Spruiell <mes@zeroc.com>2013-08-20 16:56:41 -0700
commitc81700c07747513e6a691422cd0213038b9da1e5 (patch)
tree91f3e72a74ed39115fef9a7d7e016f82c733cb56 /cpp/src/slice2html
parentFixed (ICE-5401) - optionals test don't compile in solaris. (diff)
downloadice-c81700c07747513e6a691422cd0213038b9da1e5.tar.bz2
ice-c81700c07747513e6a691422cd0213038b9da1e5.tar.xz
ice-c81700c07747513e6a691422cd0213038b9da1e5.zip
changing version to 3.5.1
Diffstat (limited to 'cpp/src/slice2html')
-rw-r--r--cpp/src/slice2html/Slice2Html.rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/src/slice2html/Slice2Html.rc b/cpp/src/slice2html/Slice2Html.rc
index d2e2322a853..f68e4201ece 100644
--- a/cpp/src/slice2html/Slice2Html.rc
+++ b/cpp/src/slice2html/Slice2Html.rc
@@ -1,8 +1,8 @@
#include "winver.h"
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 3,5,0,0
- PRODUCTVERSION 3,5,0,0
+ FILEVERSION 3,5,1,0
+ PRODUCTVERSION 3,5,1,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 HTML Translator\0"
- VALUE "FileVersion", "3.5.0\0"
+ VALUE "FileVersion", "3.5.1\0"
VALUE "InternalName", "slice2html\0"
VALUE "LegalCopyright", "Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.\0"
VALUE "OriginalFilename", "slice2html.exe\0"
VALUE "ProductName", "Ice\0"
- VALUE "ProductVersion", "3.5.0\0"
+ VALUE "ProductVersion", "3.5.1\0"
END
END
BLOCK "VarFileInfo"