Commit: 8b4c98c3a91ac7471d648072483d58602052a472 Author: Anatol Belski <[email protected]> Thu, 12 Oct 2017 07:24:14 +0200 Parents: ad3104270367f45228012884d6d0f723fcffeaa5 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=8b4c98c3a91ac7471d648072483d58602052a472 Log: 7.0.25RC1 info Changed paths: M include/version.inc Diff: diff --git a/include/version.inc b/include/version.inc index 5c42564..86bbcee 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 = "14 September 2017"; +$PHP_7_0_RC = "7.0.25RC1"; // Current RC version (e.g., '5.6.7RC1') or false +$PHP_7_0_RC_DATE = "12 October 2017"; $PHP_7_0_VERSION = "7.0.24"; $PHP_7_0_DATE = "28 Sep 2017"; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
