summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2012-09-11 23:26:14 -0700
committerStanislav Malyshev <stas@php.net>2012-09-11 23:26:14 -0700
commit27b47d76856be7998417f67895f44918278e35de (patch)
tree28173cf1f0bfa25da7f0b3d4c1d9aaa96aeebfe7 /main/php_version.h
parentd1b8eeb2d8dda8bc2697d0dcea9c129f6fc77b9a (diff)
downloadphp-git-PHP-5.4.7.tar.gz
Diffstat (limited to 'main/php_version.h')
-rw-r--r--main/php_version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/php_version.h b/main/php_version.h
index 0bc1dcbcf9..30c2a50bee 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 4
#define PHP_RELEASE_VERSION 7
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "5.4.7RC1"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.4.7"
#define PHP_VERSION_ID 50407