Commit:    254aec3c399b3d36922ae7bd7fe063943d0f0552
Author:    Joe Watkins <[email protected]>         Tue, 2 May 2017 05:50:16 +0100
Parents:   cb6c409e765d870fc3a3fdb2e5e72e7d7bc47f53
Branches:  master

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

Log:
7.1.5RC1 info, and correct 7.0 info

Changed paths:
  M  include/version.inc


Diff:
diff --git a/include/version.inc b/include/version.inc
index ea15d81..26e74d8 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -18,7 +18,7 @@
  */
 
 /* PHP 7.1 Release */
-$PHP_7_1_RC = "7.0.19RC1"; // Current RC version (e.g., '5.6.7RC1') or false
+$PHP_7_1_RC = "7.1.5RC1"; // Current RC version (e.g., '5.6.7RC1') or false
 $PHP_7_1_RC_DATE = "27 Apr 2017";
 
 $PHP_7_1_VERSION         = "7.1.4";
@@ -35,8 +35,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 = "30 Mar 2017";
+$PHP_7_0_RC = "7.0.19RC1"; // Current RC version (e.g., '5.6.7RC1') or false
+$PHP_7_0_RC_DATE = "27 Apr 2017";
 
 $PHP_7_0_VERSION         = "7.0.18";
 $PHP_7_0_DATE            = "13 Apr 2017";


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

Reply via email to