kalle           Wed Jun  3 01:14:58 2009 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/win32/build        mkdist.php template.rc 
  Log:
  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
  
http://cvs.php.net/viewvc.cgi/php-src/win32/build/mkdist.php?r1=1.13.4.1.2.10&r2=1.13.4.1.2.11&diff_format=u
Index: php-src/win32/build/mkdist.php
diff -u php-src/win32/build/mkdist.php:1.13.4.1.2.10 
php-src/win32/build/mkdist.php:1.13.4.1.2.11
--- php-src/win32/build/mkdist.php:1.13.4.1.2.10        Wed Apr  1 09:21:31 2009
+++ php-src/win32/build/mkdist.php      Wed Jun  3 01:14:58 2009
@@ -1,4 +1,4 @@
-<?php # $Id: mkdist.php,v 1.13.4.1.2.10 2009/04/01 09:21:31 kalle Exp $
+<?php # $Id: mkdist.php,v 1.13.4.1.2.11 2009/06/03 01:14:58 kalle Exp $
 /* piece together a windows binary distro */
 
 $build_dir = $argv[1];
@@ -486,8 +486,7 @@
                }
        }
 } 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";
 }
 
 ?>
http://cvs.php.net/viewvc.cgi/php-src/win32/build/template.rc?r1=1.7.2.2.2.1.2.2&r2=1.7.2.2.2.1.2.3&diff_format=u
Index: php-src/win32/build/template.rc
diff -u php-src/win32/build/template.rc:1.7.2.2.2.1.2.2 
php-src/win32/build/template.rc:1.7.2.2.2.1.2.3
--- php-src/win32/build/template.rc:1.7.2.2.2.1.2.2     Mon Nov  3 19:25:42 2008
+++ php-src/win32/build/template.rc     Wed Jun  3 01:14:58 2009
@@ -1,5 +1,5 @@
 /* This is a template RC file.
- * $Id: template.rc,v 1.7.2.2.2.1.2.2 2008/11/03 19:25:42 auroraeosrose Exp $
+ * $Id: template.rc,v 1.7.2.2.2.1.2.3 2009/06/03 01:14:58 kalle Exp $
  * Do not edit with MSVC */
 #ifdef APSTUDIO_INVOKED
 # error dont edit with MSVC
@@ -28,7 +28,7 @@
 #endif
 
 #ifndef URL
-#define URL "http://www.php.net";
+#define URL "http://www.php.net/";
 #endif
 
 #ifndef EXT_VERSION
@@ -65,7 +65,7 @@
 #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"



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to