summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2012-11-18 18:44:40 -0800
committerStanislav Malyshev <stas@php.net>2012-11-18 18:44:40 -0800
commit1b2b624e5a12565590b39a98be88ec8498c5bc1e (patch)
treeaa7aa4920f8d604cda7c1a0e14645cd34254aa5e /main/php_version.h
parenta235033abb39708096cf8484dce82ad4954ce822 (diff)
downloadphp-git-1b2b624e5a12565590b39a98be88ec8498c5bc1e.tar.gz
5.4.9
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 c226d784dc..e8fbaefb28 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 9
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "5.4.9RC1"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.4.9"
#define PHP_VERSION_ID 50409