]> granicus.if.org Git - php/commitdiff
5.6.26 will be next
authorFerenc Kovacs <tyra3l@gmail.com>
Wed, 3 Aug 2016 23:39:37 +0000 (01:39 +0200)
committerFerenc Kovacs <tyra3l@gmail.com>
Wed, 3 Aug 2016 23:39:37 +0000 (01:39 +0200)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 6df7098f13f2bf0a0edee2b9779049fc6566d457..164a2ade3c0db286ab281adeee4a6f558af63a41 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2016, PHP 5.6.25
+?? ??? 2016, PHP 5.6.26
+
+18 Aug 2016, PHP 5.6.25
 
 - Core:
   . Fixed bug #72581 (previous property undefined in Exception after
index 655e8586ceeb78b01e4bffe590b2399a4397d134..be79a02231d85ef502ad598a1fe5cabb5eee38d7 100644 (file)
@@ -119,7 +119,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
 
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=6
-PHP_RELEASE_VERSION=25
+PHP_RELEASE_VERSION=26
 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 3fd226da924fd1c8ba93d4a202953b52c93b0eed..8fa4040c5e2c6553b144587c0ad907f324cfc62c 100644 (file)
@@ -2,7 +2,7 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 6
-#define PHP_RELEASE_VERSION 25
+#define PHP_RELEASE_VERSION 26
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.6.25-dev"
-#define PHP_VERSION_ID 50625
+#define PHP_VERSION "5.6.26-dev"
+#define PHP_VERSION_ID 50626