summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2013-07-10 19:43:08 +0200
committerJohannes Schlüter <johannes@php.net>2013-07-10 19:43:08 +0200
commitb1e49d95a17f8e553172da43834588a8ea78081e (patch)
treee961c0b106d1dc40a172317f0c836b6156472855 /main/php_version.h
parent154a39a72db346628cce8af1246bd6c267e6d576 (diff)
downloadphp-git-PHP-5.3.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 4a28e50b66..6432d3e36e 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 3
#define PHP_RELEASE_VERSION 27
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "5.3.27RC1"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.3.27"
#define PHP_VERSION_ID 50327