]> granicus.if.org Git - php/commitdiff
Prepare for 7.4.11
authorDerick Rethans <github@derickrethans.nl>
Tue, 18 Aug 2020 07:06:20 +0000 (08:06 +0100)
committerDerick Rethans <github@derickrethans.nl>
Tue, 18 Aug 2020 07:06:20 +0000 (08:06 +0100)
NEWS
configure.ac
main/php_version.h

diff --git a/NEWS b/NEWS
index 9a971b5062b6d07dc15229813a343d45e935b880..5aa9df62d19b471dac660f2c425d4b3c867981ba 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2020, PHP 7.4.10
+?? ??? 2020, PHP 7.4.11
+
+
+03 Sep 2020, PHP 7.4.10
 
 - Core:
   . Fixed bug #79884 (PHP_CONFIG_FILE_PATH is meaningless). (cmb)
index df3a0a1107c97c972e84c1dd7ab77f0c25d4a6eb..c843240f9fa7c1fae24ddac5528b7d6d967b695d 100644 (file)
@@ -17,7 +17,7 @@ dnl Basic autoconf initialization, generation of config.nice.
 dnl ----------------------------------------------------------------------------
 
 AC_PREREQ([2.68])
-AC_INIT([PHP],[7.4.10-dev],[https://bugs.php.net],[php],[https://www.php.net])
+AC_INIT([PHP],[7.4.11-dev],[https://bugs.php.net],[php],[https://www.php.net])
 AC_CONFIG_SRCDIR([main/php_version.h])
 AC_CONFIG_AUX_DIR([build])
 AC_PRESERVE_HELP_ORDER
index 0c0ffba6a02a0c9194d2d04b43efd5844ac5fc20..75d1e02d5ec73b19c525129ddb5c1104e7c7305b 100644 (file)
@@ -2,7 +2,7 @@
 /* edit configure.ac to change version number */
 #define PHP_MAJOR_VERSION 7
 #define PHP_MINOR_VERSION 4
-#define PHP_RELEASE_VERSION 10
+#define PHP_RELEASE_VERSION 11
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.4.10-dev"
-#define PHP_VERSION_ID 70410
+#define PHP_VERSION "7.4.11-dev"
+#define PHP_VERSION_ID 70411