summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2014-04-01 22:43:49 -0700
committerStanislav Malyshev <stas@php.net>2014-04-01 22:43:49 -0700
commit4c29cabfe08c85e371e8a20a5333e950c0c890a0 (patch)
tree27fd323aef8332e76830f6bc5c87d440f5396374 /main/php_version.h
parent67290f51e50ab0997377e86a3ea9ee9b9fe96921 (diff)
downloadphp-git-PHP-5.4.27.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 970133c8f7..79bb9cbfc5 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 27
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "5.4.27RC1"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.4.27"
#define PHP_VERSION_ID 50427