]> granicus.if.org Git - php/commitdiff
5.6.18 will be next
authorFerenc Kovacs <tyrael@php.net>
Thu, 10 Dec 2015 00:28:51 +0000 (01:28 +0100)
committerFerenc Kovacs <tyrael@php.net>
Thu, 10 Dec 2015 00:30:27 +0000 (01:30 +0100)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 07586c63ac60ab41fb73646b371ad981ed27370c..3a2289546acdbd5d9340c44ee2b4ffd04a1698c1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2015, PHP 5.6.17
+?? ??? 2016, PHP 5.6.18
+
+17 Dec 2015, PHP 5.6.17
 
 - Core:
   . Fixed bug #66909 (configure fails utf8_to_mutf7 test). (Michael Orlitzky)
index 371d64154d407b47aa93d489a31912e86693f851..9cfe902c3c7aa8438a730dabb4fa99d29c22cd5f 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=17
+PHP_RELEASE_VERSION=18
 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 c0e24addc2bbb2b785da7fe6039062b6b8bc5324..8391fdb35e48e0a1d70b49c0be5b216437264836 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 17
+#define PHP_RELEASE_VERSION 18
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.6.17-dev"
-#define PHP_VERSION_ID 50617
+#define PHP_VERSION "5.6.18-dev"
+#define PHP_VERSION_ID 50618