]> granicus.if.org Git - php/commitdiff
Prep for 7.1.26
authorSara Golemon <pollita@php.net>
Wed, 21 Nov 2018 19:37:37 +0000 (14:37 -0500)
committerSara Golemon <pollita@php.net>
Wed, 21 Nov 2018 19:37:37 +0000 (14:37 -0500)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 11e27b84d368076ed4d67e3e6b422bedcddd4af7..8cbfc7c7dafccff78af9865f806bf2acd2136114 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2018, PHP 7.1.25
+?? ??? 2018, PHP 7.1.26
+
+06 Dec 2018, PHP 7.1.25
 
 - Core:
   . Fixed bug #71041 (zend_signal_startup() needs ZEND_API).
index a27260ac8aba5562f365914556bcb381d6411cd8..76cd1d78e4dc97c45f7da6755200378f3702d822 100644 (file)
@@ -119,7 +119,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
 
 PHP_MAJOR_VERSION=7
 PHP_MINOR_VERSION=1
-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 2a11270320e252da938f0248151fa850f9e1880e..d61d2e301cd166b861c86a35624b700f63bed00d 100644 (file)
@@ -2,7 +2,7 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 7
 #define PHP_MINOR_VERSION 1
-#define PHP_RELEASE_VERSION 25
+#define PHP_RELEASE_VERSION 26
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.1.25-dev"
-#define PHP_VERSION_ID 70125
+#define PHP_VERSION "7.1.26-dev"
+#define PHP_VERSION_ID 70126