Commit: a4d3f0ac8001f94843bf2c1dac39ea9131c4af9c Author: Joe Watkins <[email protected]> Thu, 14 Sep 2017 07:18:40 +0100 Parents: 841da498730fd7915812d12186f40a91bb9bf1ec Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=a4d3f0ac8001f94843bf2c1dac39ea9131c4af9c Log: 7.1 RC Changed paths: M include/version.inc Diff: diff --git a/include/version.inc b/include/version.inc index dd12879..6262280 100644 --- a/include/version.inc +++ b/include/version.inc @@ -17,8 +17,8 @@ */ /* PHP 7.1 Release */ -$PHP_7_1_RC = false; // Current RC version (e.g., '5.6.7RC1') or false -$PHP_7_1_RC_DATE = "20 Jul 2017"; +$PHP_7_1_RC = "7.1.10RC1"; // Current RC version (e.g., '5.6.7RC1') or false +$PHP_7_1_RC_DATE = "14 Sep 2017"; $PHP_7_1_VERSION = "7.1.9"; $PHP_7_1_DATE = "31 Aug 2017"; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
