]> granicus.if.org Git - php/commitdiff
Move dev to 7.0.26
authorAnatol Belski <ab@php.net>
Tue, 10 Oct 2017 06:26:04 +0000 (08:26 +0200)
committerAnatol Belski <ab@php.net>
Tue, 10 Oct 2017 06:26:04 +0000 (08:26 +0200)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 7079d817c0dfa1c58a612d362a64526920d40f0c..eae1fa76e16494fb97995c2ecf5a5ee44a184b05 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2017 PHP 7.0.25
+?? ??? 2017 PHP 7.0.26
+
+
+
+26 Oct 2017 PHP 7.0.25
 
 - Core:
   . Fixed bug #75241 (Null pointer dereference in zend_mm_alloc_small()).
index ab33d8f76e0d131e5a97538a9df7c64b9409a09f..eb1fa2733bebb2a67e3345a55ef77367b37c0d0e 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=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 ed203cc662ea82bbcd81545335ae8af81dc966b3..9e39cf4bd836fdfc647cb36fbaf35456d37486fe 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 25
+#define PHP_RELEASE_VERSION 26
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.0.25-dev"
-#define PHP_VERSION_ID 70025
+#define PHP_VERSION "7.0.26-dev"
+#define PHP_VERSION_ID 70026