summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2015-01-21 01:40:37 +0100
committerFerenc Kovacs <tyrael@php.net>2015-01-21 01:40:37 +0100
commitb1ffeb3a7f320549cbb1873f85f0da18e9a5a6ce (patch)
treed97662070fe34ed96b4ad4ab121c2fbb3d272586 /main/php_version.h
parent896b34177e11556d85fc7986d7b741b7cc9462ca (diff)
downloadphp-git-b1ffeb3a7f320549cbb1873f85f0da18e9a5a6ce.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 8b49695dd2..3f86be8fdd 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 6
#define PHP_RELEASE_VERSION 5
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "5.6.5RC1"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.6.5"
#define PHP_VERSION_ID 50605