From: Kalle Sommer Nielsen Date: Wed, 3 Jun 2009 01:13:37 +0000 (+0000) Subject: * We dont need to wrap to two lines here, its small enough to show with a standard... X-Git-Tag: php-5.4.0alpha1~191^2~3425 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9921bac6b2fbc2096ab6d2d01527a0e2b3a0d10d;p=php * 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 1ec7c679ae..e2f0dbf1ea 100644 --- a/win32/build/mkdist.php +++ b/win32/build/mkdist.php @@ -488,8 +488,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"