summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorJulien Pauli <jpauli@php.net>2013-12-11 00:31:06 +0100
committerJulien Pauli <jpauli@php.net>2013-12-11 00:31:06 +0100
commit6daaf1103b9ea36ecf04c5cffee9e8287fdf39c7 (patch)
tree4d9434b91e73b0670614b67a8dd3fd53454a4d3e /main
parent073d24bb50eeab6b592d044c71e530afac0a474a (diff)
downloadphp-git-PHP-5.5.7.tar.gz
Diffstat (limited to 'main')
-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 5ad7c140cf..710241b6cf 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 5
#define PHP_RELEASE_VERSION 7
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "5.5.7RC1"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.5.7"
#define PHP_VERSION_ID 50507