summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2018-05-08 18:01:11 +0200
committerJoe Watkins <krakjoe@php.net>2018-05-08 18:01:11 +0200
commitf51ddd70aea5873338a5e083a7f3a852ac3ec255 (patch)
tree9c1b15a6443acbbd45c4cb4fd50612438d6d7959
parentd057d767cca9270a02e2aff6d086b39bc5dbe0a5 (diff)
downloadphp-git-f51ddd70aea5873338a5e083a7f3a852ac3ec255.tar.gz
set versionsphp-7.1.18RC1
-rw-r--r--NEWS2
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h4
3 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index c40429b865..de8b3b34df 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? ????, PHP 7.1.18
+24 May 2018, PHP 7.1.18
- FPM:
. Fixed bug #76075 --with-fpm-acl wrongly tries to find libacl on FreeBSD.
diff --git a/configure.in b/configure.in
index e5a46997c9..1cd5fc8a80 100644
--- a/configure.in
+++ b/configure.in
@@ -120,7 +120,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
PHP_MAJOR_VERSION=7
PHP_MINOR_VERSION=1
PHP_RELEASE_VERSION=18
-PHP_EXTRA_VERSION="-dev"
+PHP_EXTRA_VERSION="RC1"
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \* 100 + [$]PHP_RELEASE_VERSION`
diff --git a/main/php_version.h b/main/php_version.h
index 6cf2b41e17..e4432c29c7 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 "-dev"
-#define PHP_VERSION "7.1.18-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "7.1.18RC1"
#define PHP_VERSION_ID 70118