diff options
Diffstat (limited to 'cpp/demo/IcePatch2/MFC/PatchClient.rc')
-rw-r--r-- | cpp/demo/IcePatch2/MFC/PatchClient.rc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cpp/demo/IcePatch2/MFC/PatchClient.rc b/cpp/demo/IcePatch2/MFC/PatchClient.rc index 014d0a69899..d3b49d9ded1 100644 --- a/cpp/demo/IcePatch2/MFC/PatchClient.rc +++ b/cpp/demo/IcePatch2/MFC/PatchClient.rc @@ -118,8 +118,8 @@ END //
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 3,4,1,0
- PRODUCTVERSION 3,4,1,0
+ FILEVERSION 3,4,2,0
+ PRODUCTVERSION 3,4,2,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -136,12 +136,12 @@ BEGIN BEGIN
VALUE "CompanyName", "ZeroC, Inc.\0"
VALUE "FileDescription", "Ice Patch Client\0"
- VALUE "FileVersion", "3.4.1\0"
+ VALUE "FileVersion", "3.4.2\0"
VALUE "InternalName", "PatchClient.exe\0"
- VALUE "LegalCopyright", "Copyright (c) 2003-2010 ZeroC, Inc. All rights reserved.\0"
+ VALUE "LegalCopyright", "Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.\0"
VALUE "OriginalFilename", "PatchClient.exe\0"
VALUE "ProductName", "Ice\0"
- VALUE "ProductVersion", "3.4.1\0"
+ VALUE "ProductVersion", "3.4.2\0"
END
END
BLOCK "VarFileInfo"
|