Commit:    795880f6fdc8c4a3d2e117c9a1357582ad9f30cb
Author:    Christoph M. Becker <cmbecke...@gmx.de>         Thu, 31 Jan 2019 
14:46:03 +0100
Parents:   da85b2579bd86d54e88e8c60d3018275d23eccf2
Branches:  master

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

Log:
7.3 is current

Changed paths:
  M  include/version.inc


Diff:
diff --git a/include/version.inc b/include/version.inc
index 52ada5c..143425f 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -166,6 +166,6 @@ $PHP_5_VERSION = $PHP_5_6_VERSION; // Some scripts require 
this set
 $PHP_5_DATE    = $PHP_5_6_DATE; // Used by bumpRelease script
 $PHP_5_RC_DATE = $PHP_5_6_RC_DATE; // Used by master
 
-$PHP_7_VERSION = $PHP_7_2_VERSION; // Some scripts require this set
-$PHP_7_DATE    = $PHP_7_2_DATE; // Used by bumpRelease script
-$PHP_7_RC_DATE = $PHP_7_2_RC_DATE; // Used by master
+$PHP_7_VERSION = $PHP_7_3_VERSION; // Some scripts require this set
+$PHP_7_DATE    = $PHP_7_3_DATE; // Used by bumpRelease script
+$PHP_7_RC_DATE = $PHP_7_3_RC_DATE; // Used by master


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

Reply via email to