summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2013-04-10 09:47:04 +0200
committerJohannes Schlüter <johannes@php.net>2013-04-10 09:47:04 +0200
commitb30251268dbee5d7780ef04a2c027f6ceb3c3f53 (patch)
tree767ceb6d06a43547c0f599ccdad1a0e897020b4b /main/php_version.h
parentb4e4a2c7aea8cc0b59b7836463bdd2d214b83177 (diff)
downloadphp-git-PHP-5.4.14.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 cb8473549a..12a23db3e0 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 14
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "5.4.14RC1"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.4.14"
#define PHP_VERSION_ID 50414