5.6.14 next
authorFerenc Kovacs <tyrael@php.net>
Thu, 20 Aug 2015 07:56:47 +0000 (09:56 +0200)
committerFerenc Kovacs <tyrael@php.net>
Thu, 20 Aug 2015 07:56:47 +0000 (09:56 +0200)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index d652feca55c57dd909b75a3d7457dd836b62567f..2d6e3678836b43e10a2957d8a7c8b84f3220ce62 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2015, PHP 5.6.13
+?? ??? 2015, PHP 5.6.14
+
+03 Sep 2015, PHP 5.6.13
 
 - Core:
   . Fixed bug #69900 (Too long timeout on pipes). (Anatol)
index 43380b7e45216da3234ec6f89b93d3bf4be85a4c..01277b8c19126d03c5c237329380afc5bae6a750 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=13
+PHP_RELEASE_VERSION=14
 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 5df1dc859d10e62dd0637191d7dbc57acadb1911..8f59951501673a37f5bbdf3544b828270201ae6f 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 13
+#define PHP_RELEASE_VERSION 14
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.6.13-dev"
-#define PHP_VERSION_ID 50613
+#define PHP_VERSION "5.6.14-dev"
+#define PHP_VERSION_ID 50614