Commit:    a5ac367adb8d249cd355b2e58d646f448e2b1993
Author:    Peter Cowburn <[email protected]>         Tue, 13 Nov 2012 23:11:55 
+0000
Parents:   e58ec027783ac27abe4475d7b8138292f18e6653
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=a5ac367adb8d249cd355b2e58d646f448e2b1993

Log:
better RC variable comment (hat tip to Christopher Jones)

Changed paths:
  M  include/version.inc


Diff:
diff --git a/include/version.inc b/include/version.inc
index 8fd6b1a..4d4275b 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -17,7 +17,7 @@
  */
 
 /* PHP 5.4 Release */
-$PHP_5_4_RC = '5.4.9RC1'; // set to false when there is no RC
+$PHP_5_4_RC = '5.4.9RC1'; // Current RC version (e.g., '5.6.7RC1') or false
 $PHP_5_4_RC_DATE = '08 Nov 2012';
 
 $PHP_5_4_VERSION         = "5.4.8";
@@ -29,7 +29,7 @@ $PHP_5_4_MD5     = array(
 );
 
 /* PHP 5.3 Release */
-$PHP_5_3_RC      = '5.3.19RC1';
+$PHP_5_3_RC      = '5.3.19RC1'; // Current RC version (e.g., '5.6.7RC1') or 
false
 $PHP_5_3_RC_DATE = '08 Nov 2012';
 
 $PHP_5_3_VERSION         = "5.3.18";


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

Reply via email to