From e9b8193b241ca459e1b55a60ea056934563d0fea Mon Sep 17 00:00:00 2001 From: Joe Watkins Date: Thu, 7 Jun 2018 08:19:43 +0200 Subject: bump versions --- NEWS | 6 +++++- configure.in | 2 +- main/php_version.h | 6 +++--- 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 -- cgit v1.2.1