diff options
author | Bernard Normier <bernard@zeroc.com> | 2015-08-21 17:13:25 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2015-08-21 17:13:25 -0400 |
commit | 2d49d420bc59732492f311255d4cda08be46eedb (patch) | |
tree | 218887466e0b402adea5993bbc3833010eafb8f2 /cpp/src/IcePatch2Lib | |
parent | adding --build-package option for slice2py (diff) | |
download | ice-2d49d420bc59732492f311255d4cda08be46eedb.tar.bz2 ice-2d49d420bc59732492f311255d4cda08be46eedb.tar.xz ice-2d49d420bc59732492f311255d4cda08be46eedb.zip |
Updated AssemblyInfo and StringFileInfo on Windows
Diffstat (limited to 'cpp/src/IcePatch2Lib')
-rw-r--r-- | cpp/src/IcePatch2Lib/IcePatch2.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IcePatch2Lib/IcePatch2.rc b/cpp/src/IcePatch2Lib/IcePatch2.rc index cd0c8d3de0c..c5cb1eee34c 100644 --- a/cpp/src/IcePatch2Lib/IcePatch2.rc +++ b/cpp/src/IcePatch2Lib/IcePatch2.rc @@ -22,10 +22,10 @@ BEGIN BLOCK "040904e4" BEGIN VALUE "CompanyName", "ZeroC, Inc.\0" - VALUE "FileDescription", "IcePatch2 DLL\0" + VALUE "FileDescription", "IcePatch2 Client Library\0" VALUE "FileVersion", "3.6.1\0" VALUE "InternalName", INTERNALNAME - VALUE "LegalCopyright", "Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.\0" + VALUE "LegalCopyright", "\251 2003-2015 ZeroC, Inc.\0" VALUE "OriginalFilename", ORIGINALFILENAME VALUE "ProductName", "Ice\0" VALUE "ProductVersion", "3.6.1\0" |