summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2012-10-16 13:04:42 +0300
committerStanislav Malyshev <stas@php.net>2012-10-16 13:04:42 +0300
commitfc17700db0aaab11a0c05d5dc854763791a0c097 (patch)
treeab05b5db16481ebdf948e98de6ed7174beb6b079 /main
parent3ff75ba85803e96df5ac5c6d77220c5c520f5304 (diff)
downloadphp-git-fc17700db0aaab11a0c05d5dc854763791a0c097.tar.gz
5.4.8
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 bf7ae117c6..cdd3774721 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 8
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "5.4.8RC1"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.4.8"
#define PHP_VERSION_ID 50408