Commit: a7beb7e332802e6b0e079e904f2142c221e1ac46 Author: Anatol Belski <[email protected]> Thu, 17 Aug 2017 08:53:16 +0200 Parents: f7d90b76d140d0fd14b4afe55844d5f7ff4ac273 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=a7beb7e332802e6b0e079e904f2142c221e1ac46 Log: 7.0.23RC1 info Changed paths: M include/version.inc Diff: diff --git a/include/version.inc b/include/version.inc index b15cc33..df1fce2 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 = "20 July 2017"; +$PHP_7_0_RC = "7.0.23RC1"; // Current RC version (e.g., '5.6.7RC1') or false +$PHP_7_0_RC_DATE = "17 August 2017"; $PHP_7_0_VERSION = "7.0.22"; $PHP_7_0_DATE = "03 Aug 2017"; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
