summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2018-05-23 20:13:32 +0200
committerJoe Watkins <krakjoe@php.net>2018-05-23 20:13:32 +0200
commitd326dec329f861d1c2aa28684fc30056a2a71410 (patch)
treeed4200616538169fa25d5a1044f6ba638ae8bf5d /main
parentf51ddd70aea5873338a5e083a7f3a852ac3ec255 (diff)
downloadphp-git-PHP-7.1.18.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 e4432c29c7..6901954674 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 7
#define PHP_MINOR_VERSION 1
#define PHP_RELEASE_VERSION 18
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "7.1.18RC1"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "7.1.18"
#define PHP_VERSION_ID 70118