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/slice2php/Slice2PHP.rc | |
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/slice2php/Slice2PHP.rc')
-rw-r--r-- | cpp/src/slice2php/Slice2PHP.rc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/src/slice2php/Slice2PHP.rc b/cpp/src/slice2php/Slice2PHP.rc index 6ed84bd582c..7ba874e54f9 100644 --- a/cpp/src/slice2php/Slice2PHP.rc +++ b/cpp/src/slice2php/Slice2PHP.rc @@ -18,11 +18,11 @@ BEGIN BLOCK "040904e4" BEGIN VALUE "CompanyName", "ZeroC, Inc.\0" - VALUE "FileDescription", "Slice To Python Translator\0" + VALUE "FileDescription", "Slice to PHP Translator\0" VALUE "FileVersion", "3.6.1\0" - VALUE "InternalName", "slice2py\0" - VALUE "LegalCopyright", "Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.\0" - VALUE "OriginalFilename", "slice2py.exe\0" + VALUE "InternalName", "slice2php\0" + VALUE "LegalCopyright", "\251 2003-2015 ZeroC, Inc.\0" + VALUE "OriginalFilename", "slice2php.exe\0" VALUE "ProductName", "Ice\0" VALUE "ProductVersion", "3.6.1\0" END |