]> granicus.if.org Git - php/commitdiff
MFH:
authorKalle Sommer Nielsen <kalle@php.net>
Wed, 3 Jun 2009 01:14:58 +0000 (01:14 +0000)
committerKalle Sommer Nielsen <kalle@php.net>
Wed, 3 Jun 2009 01:14:58 +0000 (01:14 +0000)
* 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

win32/build/mkdist.php
win32/build/template.rc

index 11c9b576b3cd46f82398520f43b633ed9a816836..5f11908015c9293f4944b8c48fe342464fece20d 100644 (file)
@@ -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";
 }
 
 ?>
index 1cd5cb7d936ddf854bc13b4d8a06d033aaa127c7..996c295f840bcf93c4302443a4fec60e4dcb3b41 100644 (file)
@@ -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"