summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2013-01-03 22:56:46 +0100
committerJohannes Schlüter <johannes@php.net>2013-01-03 22:56:46 +0100
commit712710bfecb2e421306246f2e179727f0494a019 (patch)
tree24f83a7d495504f43090afd506dc30b5616f57bf
parent831fbcf3852dc866697f02f76df61ccee915e047 (diff)
downloadphp-git-712710bfecb2e421306246f2e179727f0494a019.tar.gz
This will be PHP 5.3.22
-rw-r--r--NEWS4
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h6
3 files changed, 7 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 61b9d39cc7..eff30f9226 100644
--- 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).
diff --git a/configure.in b/configure.in
index 72cdee53d9..f6f52bdbb8 100644
--- a/configure.in
+++ b/configure.in
@@ -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`
diff --git a/main/php_version.h b/main/php_version.h
index f34c957567..dd418f3a3f 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -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