Commit:    d23eeb4e48d5632b31e13147811ef1b160a9ac43
Author:    Sara Golemon <poll...@php.net>         Thu, 2 Aug 2018 08:44:50 -0400
Parents:   5ef6fe893148319b778dc4a47db631bdbd547281
Branches:  master

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

Log:
7.2.9RC1

Changed paths:
  M  include/version.inc


Diff:
diff --git a/include/version.inc b/include/version.inc
index 4e5d5c9..66eabd4 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -20,8 +20,8 @@ $PHP_7_3_RC  = '7.3.0beta1';
 $PHP_7_3_RC_DATE = "02 Aug 2018";
        
 /* PHP 7.2 Release */
-$PHP_7_2_RC = false; // Current RC version (e.g., '7.2.1RC1') or false
-$PHP_7_2_RC_DATE = "05 Jul 2018";
+$PHP_7_2_RC = '7.2.9RC1'; // Current RC version (e.g., '7.2.1RC1') or false
+$PHP_7_2_RC_DATE = "02 Aug 2018";
 
 $PHP_7_2_VERSION         = "7.2.8";
 $PHP_7_2_DATE            = "19 Jul 2018";


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

Reply via email to