summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2012-02-02 06:08:29 +0000
committerStanislav Malyshev <stas@php.net>2012-02-02 06:08:29 +0000
commit9e9d6d3aafbdca087dd6123cf29850c07b9106fc (patch)
tree3b3656d22ee4152487a81d34c0a9a2629a3b2088 /main/php_version.h
parent9cb8f3ad4834880fe27894b884e1953464d6f09d (diff)
downloadphp-git-9e9d6d3aafbdca087dd6123cf29850c07b9106fc.tar.gz
5.4.0 rc7
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 55cf7306ed..f3d841ca58 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 0
-#define PHP_EXTRA_VERSION "RC7-dev"
-#define PHP_VERSION "5.4.0RC7-dev"
+#define PHP_EXTRA_VERSION "RC7"
+#define PHP_VERSION "5.4.0RC7"
#define PHP_VERSION_ID 50400