]> granicus.if.org Git - php/commitdiff
5.5.29 next
authorStanislav Malyshev <stas@php.net>
Wed, 5 Aug 2015 06:59:55 +0000 (23:59 -0700)
committerStanislav Malyshev <stas@php.net>
Wed, 5 Aug 2015 06:59:55 +0000 (23:59 -0700)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 1202167daebbc5112d8314e5f3d1295e273b4b96..a519512f29bdbb871e2da644a6bf4f88e6eb36d7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,11 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2015, PHP 5.5.28
+?? ??? 2015, PHP 5.5.29
 
 ** PHP 5.5 is in security-only mode , please do not commit to this branch **
 
+06 Aug 2015, PHP 5.5.28
+
 - Core:
   . Fixed bug #69793 (Remotely triggerable stack exhaustion via recursive
     method calls). (Stas)
index efcf90ef1203be952a7b22118048e97f81240a79..a171d114302f80e9121de42304661eb9a9064aaa 100644 (file)
@@ -119,7 +119,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
 
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=5
-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 74616e161a9a597cfe6f661ef27dc75c5f6bf596..8da8c05dd9f621a68c7a5417837a97768aa6278b 100644 (file)
@@ -2,7 +2,7 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 5
-#define PHP_RELEASE_VERSION 28
+#define PHP_RELEASE_VERSION 29
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.5.28-dev"
-#define PHP_VERSION_ID 50528
+#define PHP_VERSION "5.5.29-dev"
+#define PHP_VERSION_ID 50529