summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-03-14 11:12:15 +0100
committerAnatol Belski <ab@php.net>2017-03-14 11:12:15 +0100
commit89a97812aaa7abee8855f8a67c0411d9a0380766 (patch)
tree7f89ca26e894a1907a5d7f95f8b6ad628ae43265 /main
parent387ea8b983373c2bb4a28ac1336a687ee57fd4d8 (diff)
downloadphp-git-PHP-7.0.17.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 47dafe062c..2dea2d207e 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 7
#define PHP_MINOR_VERSION 0
#define PHP_RELEASE_VERSION 17
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "7.0.17RC1"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "7.0.17"
#define PHP_VERSION_ID 70017