Commit: b41c9ba3a20607b4cda602784cda8b9a9f206278 Author: Joe Watkins <[email protected]> Fri, 13 Oct 2017 12:19:37 +0100 Parents: 5291560d53c1088863de341e9a09dfee359ccce0 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=b41c9ba3a20607b4cda602784cda8b9a9f206278 Log: 7.1.11RC1 Changed paths: M include/version.inc Diff: diff --git a/include/version.inc b/include/version.inc index 86bbcee..09092cd 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 = "14 Sep 2017"; +$PHP_7_1_RC = "7.1.11RC1"; // Current RC version (e.g., '5.6.7RC1') or false +$PHP_7_1_RC_DATE = "12 Oct 2017"; $PHP_7_1_VERSION = "7.1.10"; $PHP_7_1_DATE = "28 September 2017"; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
