]> granicus.if.org Git - php/commitdiff
This will be PHP 5.3.22
authorJohannes Schlüter <johannes@php.net>
Thu, 3 Jan 2013 21:56:46 +0000 (22:56 +0100)
committerJohannes Schlüter <johannes@php.net>
Thu, 3 Jan 2013 21:56:46 +0000 (22:56 +0100)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 61b9d39cc77532d03caaaf80465cb2f1df319231..eff30f9226c6223da01276344d7adf8956db5f1c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2013, PHP 5.3.21
+?? ??? 2013, PHP 5.3.23
+
+?? ??? 2013, PHP 5.3.22
 
 - Zend Engine:
   . Fixed bug #63762 (Sigsegv when Exception::$trace is changed by user).
index 72cdee53d93a0d972914620b951814505997e011..f6f52bdbb8677e2eebddc3f4a14438bdf80fcc7f 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=3
-PHP_RELEASE_VERSION=21
+PHP_RELEASE_VERSION=22
 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 f34c9575677eb6c2fdb8883ae9f9be62bfd63417..dd418f3a3f7cc360e25060a2131d316a90b309fc 100644 (file)
@@ -2,7 +2,7 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 3
-#define PHP_RELEASE_VERSION 21
+#define PHP_RELEASE_VERSION 22
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.3.21-dev"
-#define PHP_VERSION_ID 50321
+#define PHP_VERSION "5.3.22-dev"
+#define PHP_VERSION_ID 50322