Commit: 3ab4fffa7fbfcc0caaf260ceb8bf48ac4298fe23 Author: Julien Pauli <[email protected]> Fri, 6 Mar 2015 10:11:19 +0100 Parents: d60e0f27e2ddc2227f3a19dfc6cefda8fd27d0d4 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=3ab4fffa7fbfcc0caaf260ceb8bf48ac4298fe23 Log: 5.5.23RC1 Changed paths: M include/version.inc Diff: diff --git a/include/version.inc b/include/version.inc index a402b41..29d438b 100644 --- a/include/version.inc +++ b/include/version.inc @@ -27,8 +27,8 @@ $PHP_5_6_MD5 = array( "tar.xz" => "ed0c9ad2419fffde1d8c03a2d8164179", ); /* PHP 5.5 Release */ -$PHP_5_5_RC = false; // Current RC version (e.g., '5.6.7RC1') or false -$PHP_5_5_RC_DATE = '5 Feb 2015'; +$PHP_5_5_RC = '5.5.23RC1'; // Current RC version (e.g., '5.6.7RC1') or false +$PHP_5_5_RC_DATE = '5 Mar 2015'; $PHP_5_5_VERSION = "5.5.22"; $PHP_5_5_DATE = "19 Feb 2015"; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
