kalle           Wed Jun  3 01:13:37 2009 UTC

  Modified files:              
    /php-src/win32/build        mkdist.php template.rc 
  Log:
  * 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.23&r2=1.24&diff_format=u
Index: php-src/win32/build/mkdist.php
diff -u php-src/win32/build/mkdist.php:1.23 php-src/win32/build/mkdist.php:1.24
--- php-src/win32/build/mkdist.php:1.23 Wed Apr  1 09:20:35 2009
+++ php-src/win32/build/mkdist.php      Wed Jun  3 01:13:37 2009
@@ -1,4 +1,4 @@
-<?php # $Id: mkdist.php,v 1.23 2009/04/01 09:20:35 kalle Exp $
+<?php # $Id: mkdist.php,v 1.24 2009/06/03 01:13:37 kalle Exp $
 /* piece together a windows binary distro */
 
 $build_dir = $argv[1];
@@ -488,8 +488,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.12&r2=1.13&diff_format=u
Index: php-src/win32/build/template.rc
diff -u php-src/win32/build/template.rc:1.12 
php-src/win32/build/template.rc:1.13
--- php-src/win32/build/template.rc:1.12        Mon Nov  3 19:24:47 2008
+++ php-src/win32/build/template.rc     Wed Jun  3 01:13:37 2009
@@ -1,5 +1,5 @@
 /* This is a template RC file.
- * $Id: template.rc,v 1.12 2008/11/03 19:24:47 auroraeosrose Exp $
+ * $Id: template.rc,v 1.13 2009/06/03 01:13:37 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