]> granicus.if.org Git - php/commitdiff
bump to 7.2.15-dev
authorRemi Collet <remi@php.net>
Tue, 18 Dec 2018 12:11:23 +0000 (13:11 +0100)
committerRemi Collet <remi@php.net>
Tue, 18 Dec 2018 12:11:32 +0000 (13:11 +0100)
NEWS
configure.ac
main/php_version.h

diff --git a/NEWS b/NEWS
index 84ee19425f3fa2095c1c7e4ce5606720c34c6d3c..829ad455f7a53dd0e5525a69824a1c550e3c9279 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2018, PHP 7.2.14
+?? ??? 2019, PHP 7.2.15
+
+
+03 Jan 2019, PHP 7.2.14
 
 - Core:
   . Fixed bug #71041 (zend_signal_startup() needs ZEND_API).
index faa701f5ba530fd403d31e8c2851aecb78db1765..94a77dc9697daa4c664a47e50b0758eaa34683e0 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=14
+PHP_RELEASE_VERSION=15
 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 316ff0da121e552f044811d58fcc7bab4e489d0a..9fbd31bc787639ae45286324cf07b8059143e099 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 14
+#define PHP_RELEASE_VERSION 15
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.2.14-dev"
-#define PHP_VERSION_ID 70214
+#define PHP_VERSION "7.2.15-dev"
+#define PHP_VERSION_ID 70215