From 6c44a71e4a0fd86c885a939a0b2f2ae082dcdf34 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 16 Apr 2019 13:11:23 +0200 Subject: [PATCH] next is 7.2.19 --- NEWS | 5 ++++- configure.ac | 2 +- main/php_version.h | 6 +++--- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 40d12ce4a2b40..4cb9b1ca5b6e1 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? 2019, PHP 7.2.18 +?? ??? 2019, PHP 7.2.19 + + +02 May 2019, PHP 7.2.18 - CLI: . Fixed bug #77794 (Incorrect Date header format in built-in server). diff --git a/configure.ac b/configure.ac index e6bba07220bbf..312d4035de654 100644 --- a/configure.ac +++ b/configure.ac @@ -107,7 +107,7 @@ int zend_sprintf(char *buffer, const char *format, ...); PHP_MAJOR_VERSION=7 PHP_MINOR_VERSION=2 -PHP_RELEASE_VERSION=18 +PHP_RELEASE_VERSION=19 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 58baeb8c3caa4..8885963e41395 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -2,7 +2,7 @@ /* edit configure.ac to change version number */ #define PHP_MAJOR_VERSION 7 #define PHP_MINOR_VERSION 2 -#define PHP_RELEASE_VERSION 18 +#define PHP_RELEASE_VERSION 19 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "7.2.18-dev" -#define PHP_VERSION_ID 70218 +#define PHP_VERSION "7.2.19-dev" +#define PHP_VERSION_ID 70219