summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2015-09-03 02:02:45 +0200
committerFerenc Kovacs <tyrael@php.net>2015-09-03 02:02:45 +0200
commitf5751638dbd77136ce5c90e7d8bd090aa655c2a3 (patch)
tree6a70dbaf9edaec87a1d74af2e1ff2d6e73c39a33 /main/php_version.h
parent3054060260abb863396a6e7a3da1015ba30227dd (diff)
downloadphp-git-PHP-5.6.13.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 8ecfaebad9..d020224b41 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 13
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "5.6.13RC1"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.6.13"
#define PHP_VERSION_ID 50613