Commit: 622044416a2a8401d3809dc788459e9e508849ed Author: Anatol Belski <[email protected]> Thu, 14 Sep 2017 17:47:22 +0200 Parents: 58f927a063216096dd34a4f9804f13b0e5150208 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=622044416a2a8401d3809dc788459e9e508849ed Log: 7.0.24RC1 info Changed paths: M include/version.inc Diff: diff --git a/include/version.inc b/include/version.inc index dd12879..9fbe976 100644 --- a/include/version.inc +++ b/include/version.inc @@ -29,8 +29,8 @@ $PHP_7_1_SHA256 = array( ); /* PHP 7.0 Release */ -$PHP_7_0_RC = false; // Current RC version (e.g., '5.6.7RC1') or false -$PHP_7_0_RC_DATE = "17 August 2017"; +$PHP_7_0_RC = "7.0.24RC1"; // Current RC version (e.g., '5.6.7RC1') or false +$PHP_7_0_RC_DATE = "14 September 2017"; $PHP_7_0_VERSION = "7.0.23"; $PHP_7_0_DATE = "31 Aug 2017"; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
