]> granicus.if.org Git - php/commitdiff
Next is 7.3.14
authorChristoph M. Becker <cmbecker69@gmx.de>
Tue, 3 Dec 2019 11:04:17 +0000 (12:04 +0100)
committerChristoph M. Becker <cmbecker69@gmx.de>
Tue, 3 Dec 2019 11:04:17 +0000 (12:04 +0100)
NEWS
Zend/zend.h
configure.ac
main/php_version.h

diff --git a/NEWS b/NEWS
index 466c7bb962cba5ce2d65d632a930927a74c7b285..e5feaa48ceec894a0e536ff93882e3a4fabf9cae 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? ????, PHP 7.3.13
+?? ??? ????, PHP 7.3.14
+
+19 Dec 2019, PHP 7.3.13
 
 - Core:
   . Fixed bug #78787 (Segfault with trait overriding inherited private shadow
index b74cf04a2fd62f7460b800081c6528a92c3286cf..98c97197d2d484ebd94c7113df278880b847907b 100644 (file)
@@ -20,7 +20,7 @@
 #ifndef ZEND_H
 #define ZEND_H
 
-#define ZEND_VERSION "3.3.13-dev"
+#define ZEND_VERSION "3.3.14-dev"
 
 #define ZEND_ENGINE_3
 
index 714cc74e8d08d114c7b7ae5b573c45a89c3224e2..a9a097c6372a0b9c714e3fbb11562fe1f6ea3760 100644 (file)
@@ -107,7 +107,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
 
 PHP_MAJOR_VERSION=7
 PHP_MINOR_VERSION=3
-PHP_RELEASE_VERSION=13
+PHP_RELEASE_VERSION=14
 PHP_EXTRA_VERSION="-dev"
 PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \* 100 + [$]PHP_RELEASE_VERSION`
index 07c0c6904177cf40779f8c7bd3f1ff453d084f65..a0c17c026b1e746c3338096f28f6ef659e7aa8eb 100644 (file)
@@ -2,7 +2,7 @@
 /* edit configure.ac to change version number */
 #define PHP_MAJOR_VERSION 7
 #define PHP_MINOR_VERSION 3
-#define PHP_RELEASE_VERSION 13
+#define PHP_RELEASE_VERSION 14
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.3.13-dev"
-#define PHP_VERSION_ID 70313
+#define PHP_VERSION "7.3.14-dev"
+#define PHP_VERSION_ID 70314