]> granicus.if.org Git - php/commitdiff
move dev to next
authorAnatol Belski <ab@php.net>
Thu, 5 Jan 2017 00:12:18 +0000 (01:12 +0100)
committerAnatol Belski <ab@php.net>
Thu, 5 Jan 2017 00:12:18 +0000 (01:12 +0100)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index a3d844d7cf1cf64f041ee3aeaf4309da0996913e..9e22ad23b79414aea6e2162018fb28eff0dd6e8e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2016 PHP 7.0.15
+?? ??? 2017 PHP 7.0.16
+
+
+
+19 Jan 2017 PHP 7.0.15
 
 - Core:
   . Fixed bug #73792 (invalid foreach loop hangs script). (Dmitry)
index 5aea1ed71f4739529452125e0bfe99f50d0a40c3..00d672f8fd3bf09912c409fbb096907d97fe110d 100644 (file)
@@ -119,7 +119,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
 
 PHP_MAJOR_VERSION=7
 PHP_MINOR_VERSION=0
-PHP_RELEASE_VERSION=15
+PHP_RELEASE_VERSION=16
 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 53ea5475a56cf1d623a056ea13dd7aff18804ad7..1a234a7096a93b152cbfbde8ad38a9348e1a257c 100644 (file)
@@ -2,7 +2,7 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 7
 #define PHP_MINOR_VERSION 0
-#define PHP_RELEASE_VERSION 15
+#define PHP_RELEASE_VERSION 16
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.0.15-dev"
-#define PHP_VERSION_ID 70015
+#define PHP_VERSION "7.0.16-dev"
+#define PHP_VERSION_ID 70016