summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Harvey <aharvey@php.net>2012-08-17 23:07:54 +0800
committerAdam Harvey <aharvey@php.net>2012-08-17 23:07:54 +0800
commit14847af41d153e3abe4986afa49526d93810098a (patch)
tree29d22633f48e2595fa027663e86673beb65eb894
parent0b23da1c74c52a819b728c78c66c182511223355 (diff)
downloadphp-git-14847af41d153e3abe4986afa49526d93810098a.tar.gz
Update version numbers to 5.4.7-dev.
-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 1e80689922..e5e1cd6375 100644
--- a/configure.in
+++ b/configure.in
@@ -119,7 +119,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
PHP_MAJOR_VERSION=5
PHP_MINOR_VERSION=4
-PHP_RELEASE_VERSION=5
+PHP_RELEASE_VERSION=7
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 4b7709c552..3315661b7a 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 4
-#define PHP_RELEASE_VERSION 5
+#define PHP_RELEASE_VERSION 7
#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.4.5-dev"
-#define PHP_VERSION_ID 50405
+#define PHP_VERSION "5.4.7-dev"
+#define PHP_VERSION_ID 50407