]> granicus.if.org Git - php/commitdiff
5.4.33-dev now
authorStanislav Malyshev <stas@php.net>
Wed, 6 Aug 2014 04:24:55 +0000 (21:24 -0700)
committerStanislav Malyshev <stas@php.net>
Wed, 6 Aug 2014 04:24:55 +0000 (21:24 -0700)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index d1c06a94203f85fc825fa6b4249f78153006ecf9..7e0c0f6d03a9a786f406529c33d49b7772a03483 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? ??? 2014, PHP 5.4.33
+
 ?? ??? 2014, PHP 5.4.32
 
 - COM:
index 9a3a964a4ca2780bc610c9919cb7b514c890dcaf..8704d73b72700fd2077c85b66d8f871a17a7e3c0 100644 (file)
@@ -119,7 +119,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
 
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=4
-PHP_RELEASE_VERSION=32
+PHP_RELEASE_VERSION=33
 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 c6aa0244365f528437b9d83c6ded285979a4e5ad..f96fab142f33bf7dccbe365b2173982bd12535ef 100644 (file)
@@ -2,8 +2,8 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 4
-#define PHP_RELEASE_VERSION 32
+#define PHP_RELEASE_VERSION 33
 
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.4.32-dev"
-#define PHP_VERSION_ID 50432
+#define PHP_VERSION "5.4.33-dev"
+#define PHP_VERSION_ID 50433