]> granicus.if.org Git - php/commitdiff
Prepare 7.3.7-dev
authorChristoph M. Becker <cmbecker69@gmx.de>
Tue, 14 May 2019 09:44:58 +0000 (11:44 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Tue, 14 May 2019 09:44:58 +0000 (11:44 +0200)
NEWS
Zend/zend.h
configure.ac
main/php_version.h

diff --git a/NEWS b/NEWS
index 98c06eb5d14047702eec74ae807e98042a001bed..5039ad14a14aa707fb94d16c27b767fa00791456 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? ????, PHP 7.3.6
+?? ??? ????, PHP 7.3.7
+
+16 May 2019, PHP 7.3.6RC1
 
 - cURL:
   . Implemented FR #72189 (Add missing CURL_VERSION_* constants). (Javier
index 38143230367f56ab7812c07ad9a051315f5d146d..c85e51d9acfe5d61f6cbf48d1f6b9225fa01efab 100644 (file)
@@ -20,7 +20,7 @@
 #ifndef ZEND_H
 #define ZEND_H
 
-#define ZEND_VERSION "3.3.6-dev"
+#define ZEND_VERSION "3.3.7-dev"
 
 #define ZEND_ENGINE_3
 
index 861042dc599b86d89052b258198713b08705afd2..7c3c2a27c5e0eeb338690e3fd83b5570c1c70609 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=6
+PHP_RELEASE_VERSION=7
 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 9ab5a0081a5608a7878520bb9df020458e5f93cf..208791e8ce94b27f0ae96c485cce510fa1cf95c0 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 6
+#define PHP_RELEASE_VERSION 7
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.3.6-dev"
-#define PHP_VERSION_ID 70306
+#define PHP_VERSION "7.3.7-dev"
+#define PHP_VERSION_ID 70307