summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorOndřej Surý <ondrej@sury.org>2012-03-03 16:02:44 +0100
committerOndřej Surý <ondrej@sury.org>2012-03-03 16:02:44 +0100
commit096b2f823b2273e3ee707b3805feb78d1e4be61d (patch)
tree2dbcbbe86edd177db1e3b33db04438919fa3d04e /main
parentf89bb30da3cd51ee2deb566a08e318d6c3995324 (diff)
downloadphp-096b2f823b2273e3ee707b3805feb78d1e4be61d.tar.gz
Imported Upstream version 5.4.0upstream/5.4.0
Diffstat (limited to 'main')
-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 6c6f76b93..d3fb8f322 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 "RC8"
-#define PHP_VERSION "5.4.0RC8"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.4.0"
#define PHP_VERSION_ID 50400