]> granicus.if.org Git - php/commitdiff
bump to 7.2.11-dev
authorRemi Collet <remi@php.net>
Tue, 28 Aug 2018 08:17:33 +0000 (10:17 +0200)
committerRemi Collet <remi@php.net>
Tue, 28 Aug 2018 08:17:33 +0000 (10:17 +0200)
NEWS
configure.ac
main/php_version.h

diff --git a/NEWS b/NEWS
index 81fe98aaee79ccf93b6e212ac49f307f98570f5b..f3dc3628fa6799c808a33ea39fce341c200b851c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2018, PHP 7.2.10
+?? ??? 2018, PHP 7.2.11
+
+
+13 Sep 2018, PHP 7.2.10
 
 - Core:
   . Fixed bug #76754 (parent private constant in extends class memory leak).
index d8dc32c63b369a8c5a772eb37d0fc5c3cbe89e01..11f85e074844ad4e0cd0b9aff318550e621f418a 100644 (file)
@@ -107,7 +107,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
 
 PHP_MAJOR_VERSION=7
 PHP_MINOR_VERSION=2
-PHP_RELEASE_VERSION=9
+PHP_RELEASE_VERSION=11
 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 f6ace273a5d670b27b20039ecc20a85d88ebc342..544150bc7b8b65ead60eb0f44e18a405dad6d5ec 100644 (file)
@@ -2,7 +2,7 @@
 /* edit configure.ac to change version number */
 #define PHP_MAJOR_VERSION 7
 #define PHP_MINOR_VERSION 2
-#define PHP_RELEASE_VERSION 9
+#define PHP_RELEASE_VERSION 11
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.2.9-dev"
-#define PHP_VERSION_ID 70209
+#define PHP_VERSION "7.2.11-dev"
+#define PHP_VERSION_ID 70211