Commit: d0ebe62316e8bcae595c8573c473198d8ae7c217 Author: Anatol Belski <[email protected]> Thu, 20 Jul 2017 08:40:09 +0200 Parents: 74bcad4c770d95f21b7fbeeedbd76d943bb83f23 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=d0ebe62316e8bcae595c8573c473198d8ae7c217 Log: 7.0.22RC1 info Changed paths: M include/version.inc Diff: diff --git a/include/version.inc b/include/version.inc index ee7f866..e563d71 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 = "22 June 2017"; +$PHP_7_0_RC = "7.0.22RC1"; // Current RC version (e.g., '5.6.7RC1') or false +$PHP_7_0_RC_DATE = "20 July 2017"; $PHP_7_0_VERSION = "7.0.21"; $PHP_7_0_DATE = "06 Jul 2017"; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
