]> granicus.if.org Git - php/commitdiff
7.0.29 next
authorAnatol Belski <ab@php.net>
Tue, 27 Feb 2018 10:48:49 +0000 (11:48 +0100)
committerAnatol Belski <ab@php.net>
Tue, 27 Feb 2018 10:48:49 +0000 (11:48 +0100)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index c0b7ddbe58959a9d961efd8d9abec51de778adac..f7cea8e50059ed32ca5d837b3ec35f0f0e57183d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2018 PHP 7.0.28
+?? ??? 2018 PHP 7.0.29
+
+
+
+01 Mar 2018 PHP 7.0.28
 
 - Standard:
   . Fixed bug #75981 (stack-buffer-overflow while parsing HTTP response). (Stas)
index 5050a06e00e486ca8c31546712644a6edb20b457..049026a5d13ea37fe29586c22086017748650074 100644 (file)
@@ -119,7 +119,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
 
 PHP_MAJOR_VERSION=7
 PHP_MINOR_VERSION=0
-PHP_RELEASE_VERSION=28
+PHP_RELEASE_VERSION=29
 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 067cada6c72fa0fa5734497e5d372536365103a4..c02c384f45066e0fcfde852401059798e68f6fcb 100644 (file)
@@ -2,7 +2,7 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 7
 #define PHP_MINOR_VERSION 0
-#define PHP_RELEASE_VERSION 28
+#define PHP_RELEASE_VERSION 29
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.0.28-dev"
-#define PHP_VERSION_ID 70028
+#define PHP_VERSION "7.0.29-dev"
+#define PHP_VERSION_ID 70029