summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2012-02-02 17:29:58 +0000
committerJohannes Schlüter <johannes@php.net>2012-02-02 17:29:58 +0000
commit9984573a6321826cb7a7fc65485c834d1dc2287e (patch)
treee95a87af5227c21f7ffb95c3105b03a4d0dc14a8
parentf7f4fd032fd07a63c57b6646f1e59df1ffce9246 (diff)
downloadphp-git-9984573a6321826cb7a7fc65485c834d1dc2287e.tar.gz
This will be 5.3.10
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h6
2 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index 0935a9c297..37d56319c4 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=9
+PHP_RELEASE_VERSION=10
PHP_EXTRA_VERSION=""
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 54f018f1df..f0b8a695ca 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 9
+#define PHP_RELEASE_VERSION 10
#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "5.3.9"
-#define PHP_VERSION_ID 50309
+#define PHP_VERSION "5.3.10"
+#define PHP_VERSION_ID 50310