summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2010-03-11 16:52:44 +0000
committerJani Taskinen <jani@php.net>2010-03-11 16:52:44 +0000
commitcfdfcac8aaa6a3ab52ba5221db18dc4f2fd08133 (patch)
treeaf3519bab6024ba1c78abbb052c6957808a21704
parent8ad52ac7c1845653031c8766293726f9f0de0af3 (diff)
downloadphp-git-cfdfcac8aaa6a3ab52ba5221db18dc4f2fd08133.tar.gz
- This is 5.4.0 (for now..:)
-rw-r--r--configure.in4
-rw-r--r--main/php_version.h8
2 files changed, 6 insertions, 6 deletions
diff --git a/configure.in b/configure.in
index fc8e88c695..f0e4b33e6e 100644
--- a/configure.in
+++ b/configure.in
@@ -40,8 +40,8 @@ PHP_CANONICAL_HOST_TARGET
AC_CONFIG_HEADER(main/php_config.h)
PHP_MAJOR_VERSION=5
-PHP_MINOR_VERSION=3
-PHP_RELEASE_VERSION=3
+PHP_MINOR_VERSION=4
+PHP_RELEASE_VERSION=0
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 d71c285397..e7ee2f5650 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -1,8 +1,8 @@
/* automatically generated by configure */
/* edit configure.in to change version number */
#define PHP_MAJOR_VERSION 5
-#define PHP_MINOR_VERSION 3
-#define PHP_RELEASE_VERSION 3
+#define PHP_MINOR_VERSION 4
+#define PHP_RELEASE_VERSION 0
#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.3.3-dev"
-#define PHP_VERSION_ID 50303
+#define PHP_VERSION "5.4.0-dev"
+#define PHP_VERSION_ID 50400