]> granicus.if.org Git - php/commitdiff
7.3.12 is next
authorChristoph M. Becker <cmbecker69@gmx.de>
Tue, 8 Oct 2019 10:04:25 +0000 (12:04 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Tue, 8 Oct 2019 10:04:25 +0000 (12:04 +0200)
NEWS
Zend/zend.h
configure.ac
main/php_version.h

diff --git a/NEWS b/NEWS
index cbd309a722fe7b4a141baf87a248b90afdcaf876..9cb9aa886c4ea493a7eec6f4478ba50a61937242 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? ????, PHP 7.3.11
+?? ??? ????, PHP 7.3.12
+
+24 Oct 2019, PHP 7.3.11
 
 - Core:
   . Fixed bug #78535 (auto_detect_line_endings value not parsed as bool).
index e857e5d29fbb022be06dc91077a47ef656b497ec..d03dac51f1d35c59730c3f53bf02c6f38145e955 100644 (file)
@@ -20,7 +20,7 @@
 #ifndef ZEND_H
 #define ZEND_H
 
-#define ZEND_VERSION "3.3.11-dev"
+#define ZEND_VERSION "3.3.12-dev"
 
 #define ZEND_ENGINE_3
 
index f9ddd3d47e796fd48d5cda80b7b22e88156e4c15..d99aba809e7c00548788c36a570123b68222af9f 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=11
+PHP_RELEASE_VERSION=12
 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 3d906bebba598eef49702aef6c4537eb28793fe5..1a0c10144fb02f9146192a93b89a92bf50bd9c4e 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 11
+#define PHP_RELEASE_VERSION 12
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.3.11-dev"
-#define PHP_VERSION_ID 70311
+#define PHP_VERSION "7.3.12-dev"
+#define PHP_VERSION_ID 70312