Commit:    bda2d837724d59efe8580b9232d6d60fa545cf5b
Author:    Christoph M. Becker <[email protected]>         Thu, 20 Dec 2018 
16:04:28 +0100
Parents:   a401a29e8b3f96410a651e1dd67c9f9718ad2305
Branches:  master

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

Log:
Update for PHP 7.3.1RC1

Changed paths:
  M  include/version.inc


Diff:
diff --git a/include/version.inc b/include/version.inc
index 8b6a730..5b41567 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -16,8 +16,8 @@
  * );
  */
 /* PHP 7.3 Release */
-$PHP_7_3_RC  = false;
-$PHP_7_3_RC_DATE = "22 Nov 2018";
+$PHP_7_3_RC  = '7.3.1RC1';
+$PHP_7_3_RC_DATE = "20 Dec 2018";
 
 $PHP_7_3_VERSION         = "7.3.0";
 $PHP_7_3_DATE            = "06 Dec 2018";


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

Reply via email to