Commit:    83d3b0124356cb1ff5ff8569ef93cad5a97c8bbc
Author:    Joe Watkins <[email protected]>         Thu, 15 Mar 2018 22:12:04 +0100
Parents:   19682e8d849ab9af6387bc5aa28ab99442677b72
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=83d3b0124356cb1ff5ff8569ef93cad5a97c8bbc

Log:
php-7.1.16RC1

Changed paths:
  M  include/version.inc


Diff:
diff --git a/include/version.inc b/include/version.inc
index 48473cd..83376ed 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -29,8 +29,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 = "15 Feb 2018";
+$PHP_7_1_RC = "7.1.16RC1"; // Current RC version (e.g., '5.6.7RC1') or false
+$PHP_7_1_RC_DATE = "15 Mar 2018";
 
 $PHP_7_1_VERSION         = "7.1.15";
 $PHP_7_1_DATE            = "1 Mar 2018";


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to