Commit: 0b1ab24e8af092da4b3eded36e75966ca2716032 Author: Julien Pauli <[email protected]> Thu, 5 Feb 2015 18:10:08 +0100 Parents: 61919c6478e578f3911c66ba8f1fa239d08eebb9 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=0b1ab24e8af092da4b3eded36e75966ca2716032 Log: 5.5.22RC1 and 5.6.6RC1 Changed paths: M include/version.inc Diff: diff --git a/include/version.inc b/include/version.inc index e0a5d06..56aa643 100644 --- a/include/version.inc +++ b/include/version.inc @@ -16,8 +16,8 @@ * ), * ); /* PHP 5.6 Release */ -$PHP_5_6_RC = false; // Current RC version (e.g., '5.6.7RC1') or false -$PHP_5_6_RC_DATE = '8 Jan 2015'; +$PHP_5_6_RC = '5.6.6RC1'; // Current RC version (e.g., '5.6.7RC1') or false +$PHP_5_6_RC_DATE = '5 Feb 2015'; $PHP_5_6_VERSION = "5.6.5"; $PHP_5_6_DATE = "22 Jan 2015"; @@ -27,8 +27,8 @@ $PHP_5_6_MD5 = array( "tar.xz" => "541a480e1f8747219074c99f3e9edbcc", ); /* PHP 5.5 Release */ -$PHP_5_5_RC = false; // Current RC version (e.g., '5.6.7RC1') or false -$PHP_5_5_RC_DATE = '8 Jan 2015'; +$PHP_5_5_RC = '5.5.22RC1'; // Current RC version (e.g., '5.6.7RC1') or false +$PHP_5_5_RC_DATE = '5 Feb 2015'; $PHP_5_5_VERSION = "5.5.21"; $PHP_5_5_DATE = "22 Jan 2015"; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
