summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2018-06-07 08:19:43 +0200
committerJoe Watkins <krakjoe@php.net>2018-06-07 08:19:43 +0200
commite9b8193b241ca459e1b55a60ea056934563d0fea (patch)
tree96de44f233441f1ddb0e612a82c249d2d75715e2
parentf96df64cb2219fda42ca875483f874cf3052647c (diff)
downloadphp-git-e9b8193b241ca459e1b55a60ea056934563d0fea.tar.gz
bump versions
-rw-r--r--NEWS6
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h6
3 files changed, 9 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 339353dc5e..77e596a418 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? ????, PHP 7.1.19
+?? ??? ????, PHP 7.1.20
+
+
+
+22 Jun 2019, PHP 7.1.19
- CLI Server:
. Fixed bug #76333 (PHP built-in server does not find files if root path
diff --git a/configure.in b/configure.in
index e5a46997c9..d278061ef5 100644
--- a/configure.in
+++ b/configure.in
@@ -119,7 +119,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
PHP_MAJOR_VERSION=7
PHP_MINOR_VERSION=1
-PHP_RELEASE_VERSION=18
+PHP_RELEASE_VERSION=20
PHP_EXTRA_VERSION="-dev"
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..dcb9a710b7 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -2,7 +2,7 @@
/* edit configure.in to change version number */
#define PHP_MAJOR_VERSION 7
#define PHP_MINOR_VERSION 1
-#define PHP_RELEASE_VERSION 18
+#define PHP_RELEASE_VERSION 20
#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.1.18-dev"
-#define PHP_VERSION_ID 70118
+#define PHP_VERSION "7.1.20-dev"
+#define PHP_VERSION_ID 70120