]> granicus.if.org Git - php/commitdiff
prepare for 5.6.15RC1
authorFerenc Kovacs <tyrael@php.net>
Wed, 14 Oct 2015 22:22:12 +0000 (00:22 +0200)
committerFerenc Kovacs <tyrael@php.net>
Wed, 14 Oct 2015 22:22:12 +0000 (00:22 +0200)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index ca695467fb6746c18f71d5bb48e5cd077f096236..0d51dc7ca6972d2844ceb2e5cf3caff26cc9b7c6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2015, PHP 5.6.15
+?? ??? 2015, PHP 5.6.16
+
+29 Oct 2015, PHP 5.6.15
 
 - Core:
   . Fixed bug #70681 (Segfault when binding $this of internal instance method
index 018d20cde6af64a957df8101cfde176d5ce9b980..c623cf4d8bac6a5c74d0d47c26e07f5dcd504bb3 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=15
+PHP_RELEASE_VERSION=16
 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 92c8af871e9fe3848aba63316ac62a5d79f96851..2cf4a357adb3cd50a4ce462f6716ab008a8edd31 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 15
+#define PHP_RELEASE_VERSION 16
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.6.15-dev"
-#define PHP_VERSION_ID 50615
+#define PHP_VERSION "5.6.16-dev"
+#define PHP_VERSION_ID 50616