]> granicus.if.org Git - php/commitdiff
php 5.6.34 is next
authorFerenc Kovacs <tyra3l@gmail.com>
Tue, 2 Jan 2018 23:30:58 +0000 (00:30 +0100)
committerFerenc Kovacs <tyra3l@gmail.com>
Tue, 2 Jan 2018 23:30:58 +0000 (00:30 +0100)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 5934664b899ddd92730427bfa32f457144442779..c3a1e4ac6c076055580f89c9aed10512e37de6d6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ?? 2017, PHP 5.6.33
+?? ?? 2017, PHP 5.6.34
+
+04 Jan 2017, PHP 5.6.33
 
 - GD:
   . Fixed bug #75571 (Potential infinite loop in gdImageCreateFromGifCtx). (cmb)
index 933c30cb49f5002657be03d913039f6d2659169f..3fb42ad0b9faa7b4cfb2293f60df0e0c68313c14 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=33
+PHP_RELEASE_VERSION=34
 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 fecf7da9ad566216a66cca08a978606eae36e7a2..b8528abac0dab8c560601270abdfc47134faef74 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 33
+#define PHP_RELEASE_VERSION 34
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.6.33-dev"
-#define PHP_VERSION_ID 50633
+#define PHP_VERSION "5.6.34-dev"
+#define PHP_VERSION_ID 50634