]> granicus.if.org Git - php/commitdiff
7.0.15 next
authorAnatol Belski <ab@php.net>
Tue, 16 Jan 2018 18:47:35 +0000 (19:47 +0100)
committerAnatol Belski <ab@php.net>
Tue, 16 Jan 2018 18:47:35 +0000 (19:47 +0100)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 114e8ef9537d24bc36cd2fcc69a5dc3e83e69a5a..86a51bf188f095c2bd892e16287ca10d54d2e55d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2018, PHP 7.1.14
+?? ??? 2018, PHP 7.1.15
+
+
+
+01 Feb 2018, PHP 7.1.14
 
 - Core:
   . Fixed bug #75679 (Path 260 character problem). (Anatol)
index 40f44702ffaf2ebd7e686e00163e89ad4ed4619a..791f213a65c020ebedbfa01af025aa9ebce56970 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=14
+PHP_RELEASE_VERSION=15
 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 9edb6c8dc7df29c92eb2d638a6e069b5a4205282..ed07de307bc413d93d7b81ccc425287774417227 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 14
+#define PHP_RELEASE_VERSION 15
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.1.14-dev"
-#define PHP_VERSION_ID 70114
+#define PHP_VERSION "7.1.15-dev"
+#define PHP_VERSION_ID 70115