summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2018-07-17 17:27:15 +0200
committerJoe Watkins <krakjoe@php.net>2018-07-17 17:27:15 +0200
commite29c24e381445159e7ccc90501bc67bac956348b (patch)
tree08fb9580cee85fa89160fc6a2ff4a1f78919bc86
parent8fffdc207237ca5d3efa48fff517caafc27db569 (diff)
downloadphp-git-e29c24e381445159e7ccc90501bc67bac956348b.tar.gz
set versions
-rw-r--r--NEWS5
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h4
3 files changed, 4 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index 882cdd3991..47f2df7835 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? ????, PHP 7.1.20
-
-
-07 Jul 2018, PHP 7.1.20RC1
+19 Jul 2018, PHP 7.1.20
- Core:
. Fixed bug #76534 (PHP hangs on 'illegal string offset on string references
diff --git a/configure.in b/configure.in
index d278061ef5..69556ae9f6 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=20
-PHP_EXTRA_VERSION="-dev"
+PHP_EXTRA_VERSION=""
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 dcb9a710b7..a338d1679b 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 20
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.1.20-dev"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "7.1.20"
#define PHP_VERSION_ID 70120