From: Kalle Sommer Nielsen Date: Wed, 3 Jun 2009 01:14:58 +0000 (+0000) Subject: MFH: X-Git-Tag: php-5.3.0RC3~55 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3dcd2b6ace610cf8b8519eaabfab3032ad63171a;p=php MFH: * We dont need to wrap to two lines here, its small enough to show with a standard sized cmd window * Bump copyright year in the .rc --- diff --git a/win32/build/mkdist.php b/win32/build/mkdist.php index 11c9b576b3..5f11908015 100644 --- a/win32/build/mkdist.php +++ b/win32/build/mkdist.php @@ -486,8 +486,7 @@ if (file_exists($snapshot_template)) { } } } else { - echo "WARNING: you don't have a snapshot template\n"; - echo " your dist will not be complete\n"; + echo "WARNING: you don't have a snapshot template, your dist will not be complete\n"; } ?> diff --git a/win32/build/template.rc b/win32/build/template.rc index 1cd5cb7d93..996c295f84 100644 --- a/win32/build/template.rc +++ b/win32/build/template.rc @@ -28,7 +28,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US #endif #ifndef URL -#define URL "http://www.php.net" +#define URL "http://www.php.net/" #endif #ifndef EXT_VERSION @@ -65,7 +65,7 @@ BEGIN #endif VALUE "FileVersion", EXT_VERSION VALUE "InternalName", INTERNAL_NAME - VALUE "LegalCopyright", "Copyright © 1997-2008 The PHP Group" + VALUE "LegalCopyright", "Copyright © 1997-2009 The PHP Group" VALUE "LegalTrademarks", "PHP" VALUE "OriginalFilename", FILE_NAME VALUE "ProductName", "PHP"