]> granicus.if.org Git - php/commitdiff
move dev to 7.0.14
authorAnatol Belski <ab@php.net>
Tue, 25 Oct 2016 08:29:51 +0000 (10:29 +0200)
committerAnatol Belski <ab@php.net>
Tue, 25 Oct 2016 08:29:51 +0000 (10:29 +0200)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index c1f142af817ac04b968babe5d75c58812ca6a069..2a11f60481a2b823de2140ce3613d18326f5e41e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2016 PHP 7.0.13
+?? ??? 2016 PHP 7.0.14
+
+
+
+10 Nov 2016 PHP 7.0.13
 
 - Core:
   . Fixed bug #73350 (Exception::__toString() cause circular references).
index 33c693bfddbe804ddec8de8bf32f6517a924ae59..d3babd98b688da7dc577d4b653dd9f7b0c331ee5 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=13
+PHP_RELEASE_VERSION=14
 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 3396f8185cc61315772ee47512b31b2a953bdc5c..50226a86ff9ccda446a4c5e204d82974bd1b5293 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 13
+#define PHP_RELEASE_VERSION 14
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.0.13-dev"
-#define PHP_VERSION_ID 70013
+#define PHP_VERSION "7.0.14-dev"
+#define PHP_VERSION_ID 70014