Commit: 7a5ac8f6b804cc41ffa4f3a202e04bc077138b9b Author: Sara Golemon <[email protected]> Thu, 30 Aug 2018 13:11:21 -0400 Parents: 0ad83340e5002809ddee2f0bfb6b067a95151065 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=7a5ac8f6b804cc41ffa4f3a202e04bc077138b9b Log: 7.1.22RC1 Changed paths: M include/version.inc Diff: diff --git a/include/version.inc b/include/version.inc index b5e0e3f..f2b262c 100644 --- a/include/version.inc +++ b/include/version.inc @@ -32,8 +32,8 @@ $PHP_7_2_SHA256 = array( ); /* PHP 7.1 Release */ -$PHP_7_1_RC = false; // Current RC version (e.g., '5.6.7RC1') or false -$PHP_7_1_RC_DATE = "2 Aug 2018"; +$PHP_7_1_RC = '7.1.22RC1'; // Current RC version (e.g., '5.6.7RC1') or false +$PHP_7_1_RC_DATE = "30 Aug 2018"; $PHP_7_1_VERSION = "7.1.21"; $PHP_7_1_DATE = "17 Aug 2018"; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
