Commit: b1a88fa029c9410d5c0bccfbb910bef64e9f329c Author: Julien Pauli <[email protected]> Thu, 3 Oct 2013 20:50:07 +0200 Parents: 7a93b4b90bf305788e0afd83840a22840d15ceba Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=b1a88fa029c9410d5c0bccfbb910bef64e9f329c Log: PHP5.5.5RC1 Changed paths: M include/version.inc Diff: diff --git a/include/version.inc b/include/version.inc index 7a13479..37c74a7 100644 --- a/include/version.inc +++ b/include/version.inc @@ -15,8 +15,8 @@ * ), * );6 Dec /* PHP 5.5 Release */ -$PHP_5_5_RC = false; // Current RC version (e.g., '5.6.7RC1') or false -$PHP_5_5_RC_DATE = '05 Sep 2013'; +$PHP_5_5_RC = '5.5.5RC1'; // Current RC version (e.g., '5.6.7RC1') or false +$PHP_5_5_RC_DATE = '03 Oct 2013'; $PHP_5_5_VERSION = "5.5.4"; $PHP_5_5_DATE = "19 Sep 2013"; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
