summaryrefslogtreecommitdiff
path: root/main
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 /main
parent0b23da1c74c52a819b728c78c66c182511223355 (diff)
downloadphp-git-14847af41d153e3abe4986afa49526d93810098a.tar.gz
Update version numbers to 5.4.7-dev.
Diffstat (limited to 'main')
-rw-r--r--main/php_version.h6
1 files changed, 3 insertions, 3 deletions
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