diff options
author | Johannes Schlüter <johannes@php.net> | 2006-02-08 21:09:18 +0000 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2006-02-08 21:09:18 +0000 |
commit | b0f0192f0c8e4e24e1eb6d0befa8397d7a44bc35 (patch) | |
tree | 874c65a13b28476a1c27c099561b0f4f9931fd71 /win32/build/template.rc | |
parent | 991c753bc59736cd2a5a96e0b5e9a2e7f3373d6b (diff) | |
download | php-git-b0f0192f0c8e4e24e1eb6d0befa8397d7a44bc35.tar.gz |
- MFH: Fix charset
Diffstat (limited to 'win32/build/template.rc')
-rw-r--r-- | win32/build/template.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/build/template.rc b/win32/build/template.rc index 44919912c8..1826bb1990 100644 --- a/win32/build/template.rc +++ b/win32/build/template.rc @@ -47,7 +47,7 @@ BEGIN VALUE "FileDescription", FILE_DESCRIPTION "\0" VALUE "FileVersion", STRVER4(PHP_MAJOR_VERSION, PHP_MINOR_VERSION, PHP_RELEASE_VERSION, PHP_RELEASE_VERSION) VALUE "InternalName", FILE_NAME "\0" - VALUE "LegalCopyright", "Copyright 1997-2006 The PHP Group\0" + VALUE "LegalCopyright", "Copyright © 1997-2006 The PHP Group\0" VALUE "LegalTrademarks", "PHP\0" VALUE "OriginalFilename", FILE_NAME "\0" VALUE "PrivateBuild", "\0" |