summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorFerenc Kovacs <tyra3l@gmail.com>2016-08-18 13:07:46 +0200
committerFerenc Kovacs <tyra3l@gmail.com>2016-08-18 13:07:46 +0200
commite37064dae4a80c70405899bb591969bbe6aad9a8 (patch)
tree3b2ed98b23d6e9645ebb02b4b20ff860573607ef /main/php_version.h
parent4eb3ecbccf6cb4194fec9c5b9c2ef2b5e12ae050 (diff)
downloadphp-git-PHP-5.6.25.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 69097ea37d..a5f2b1a9ed 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 25
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "5.6.25RC1"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.6.25"
#define PHP_VERSION_ID 50625