summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2012-07-17 23:19:16 -0700
committerStanislav Malyshev <stas@php.net>2012-07-17 23:19:16 -0700
commit86d7c5866fa6b9247c9ca0bb60d7aad63c1f4ee8 (patch)
tree1d6bfc3d529abcc949e34cfc6c9e269a04a0c1e1 /main/php_version.h
parenta66b5c9a289f5bfc392e1fd9ae13981e84a465ac (diff)
downloadphp-git-PHP-5.4.5.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 8354e12b5c..7db820ebd8 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 5
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "5.4.5RC1"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.4.5"
#define PHP_VERSION_ID 50405