Commit:    19682e8d849ab9af6387bc5aa28ab99442677b72
Author:    Remi Collet <[email protected]>         Thu, 15 Mar 2018 11:55:42 +0100
Parents:   84adf4088efc7b56d62b65f04e3b87bdd8a3be62
Branches:  master

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

Log:
v7.2.4RC1

Changed paths:
  M  include/version.inc


Diff:
diff --git a/include/version.inc b/include/version.inc
index ba97a11..48473cd 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -17,8 +17,8 @@
  */
 
 /* PHP 7.2 Release */
-$PHP_7_2_RC = false; // Current RC version (e.g., '7.2.1RC1') or false
-$PHP_7_2_RC_DATE = "15 Feb 2018";
+$PHP_7_2_RC = '7.2.4RC1'; // Current RC version (e.g., '7.2.1RC1') or false
+$PHP_7_2_RC_DATE = "15 Mar 2018";
 
 $PHP_7_2_VERSION         = "7.2.3";
 $PHP_7_2_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