]> granicus.if.org Git - php/commitdiff
Prepare main branch for 7.3.2
authorChristoph M. Becker <cmbecker69@gmx.de>
Tue, 18 Dec 2018 11:15:25 +0000 (12:15 +0100)
committerChristoph M. Becker <cmbecker69@gmx.de>
Tue, 18 Dec 2018 11:15:25 +0000 (12:15 +0100)
NEWS
Zend/zend.h
configure.ac
main/php_version.h

diff --git a/NEWS b/NEWS
index 3a10688d13287d028fa97b3c47097f4f465bc8ea..410eedd08d4a27b6e826dfbe165ddca029b9d0e6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? ????, PHP 7.3.1
+?? ??? ????, PHP 7.3.2
+
+20 Dec 2018, PHP 7.3.1
 
 - Core:
   . Fixed bug #76654 (Build failure on Mac OS X on 32-bit Intel). (Ryandesign)
index 8c4251fd127f98050973f69f94e637593c2839cd..7e11d5345561ad3bb8b50bd7ffa22543ff49bce8 100644 (file)
@@ -20,7 +20,7 @@
 #ifndef ZEND_H
 #define ZEND_H
 
-#define ZEND_VERSION "3.3.1-dev"
+#define ZEND_VERSION "3.3.2-dev"
 
 #define ZEND_ENGINE_3
 
index 2f30c11fa8e9d754574a368f391a485bd4c3dfcc..b63e01e6858e61f6a072678a85b469e868c8c177 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=1
+PHP_RELEASE_VERSION=2
 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 f3afbd8a3327f73329f2deab30e3e2b13a6aae71..e91794faaeb64cda3d415a8da884cd6a3ea4e39b 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 1
+#define PHP_RELEASE_VERSION 2
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.3.1-dev"
-#define PHP_VERSION_ID 70301
+#define PHP_VERSION "7.3.2-dev"
+#define PHP_VERSION_ID 70302