diff options
author | Bernard Normier <bernard@zeroc.com> | 2012-10-23 15:03:49 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2012-10-23 15:03:49 -0400 |
commit | ef571f80c545d30a5a2330b2d835f9c6441616a1 (patch) | |
tree | fce9620a538899c44d8471a0e798c4ff134dead8 /cpp/demo/Ice/MFC/client/HelloClient.rc | |
parent | Java/C# factory fix (diff) | |
download | ice-ef571f80c545d30a5a2330b2d835f9c6441616a1.tar.bz2 ice-ef571f80c545d30a5a2330b2d835f9c6441616a1.tar.xz ice-ef571f80c545d30a5a2330b2d835f9c6441616a1.zip |
Fixed ICE-4884:
Updated version to 3.5b
Some fixes to distribution/bin/fixVersion.py
Diffstat (limited to 'cpp/demo/Ice/MFC/client/HelloClient.rc')
-rwxr-xr-x | cpp/demo/Ice/MFC/client/HelloClient.rc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/demo/Ice/MFC/client/HelloClient.rc b/cpp/demo/Ice/MFC/client/HelloClient.rc index 87f1877bf41..80403dc3054 100755 --- a/cpp/demo/Ice/MFC/client/HelloClient.rc +++ b/cpp/demo/Ice/MFC/client/HelloClient.rc @@ -101,8 +101,8 @@ END //
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 3,4,2,0
- PRODUCTVERSION 3,4,2,0
+ FILEVERSION 3,5,51,0
+ PRODUCTVERSION 3,5,51,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -119,12 +119,12 @@ BEGIN BEGIN
VALUE "CompanyName", "ZeroC, Inc."
VALUE "FileDescription", "Ice Hello Client"
- VALUE "FileVersion", "3.4.2"
+ VALUE "FileVersion", "3.5b"
VALUE "InternalName", "HelloClient.exe"
VALUE "LegalCopyright", "Copyright (c) 2003-2012 ZeroC, Inc. All rights reserved."
VALUE "OriginalFilename", "HelloClient.exe"
VALUE "ProductName", "Ice"
- VALUE "ProductVersion", "3.4.2"
+ VALUE "ProductVersion", "3.5b"
END
END
BLOCK "VarFileInfo"
|