Commit: 77b2dc3db848957fa1e1e9738e6cc6727cb11bb7 Author: Julien Pauli <jpa...@php.net> Fri, 6 Mar 2015 10:11:19 +0100 Parents: 75775a7c42bd76f73490967fbcb0c6df83829848 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=77b2dc3db848957fa1e1e9738e6cc6727cb11bb7 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