summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2013-07-02 23:10:53 -0700
committerStanislav Malyshev <stas@php.net>2013-07-02 23:10:53 -0700
commit0d135ccbf0e320e5d8b973581aac56664fe92a72 (patch)
treecfbe0db598a4e8c3ddc8d3f995e313051622f519 /main/php_version.h
parentf432141cd9a9cad004373a8de9d8e8be52482afd (diff)
downloadphp-git-PHP-5.4.17.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 a7f80bc34f..ebf463f298 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 17
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "5.4.17RC1"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.4.17"
#define PHP_VERSION_ID 50417