From a33d0c3aae3cf7b95c43eb92e62fccf529cc337b Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Tue, 19 Jan 2021 14:58:38 +0000 Subject: Update NEWS and version --- NEWS | 4 +++- configure.ac | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 3271db587c..ec8661c4c4 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -21 Jan 2021, PHP 7.4.15RC1 +?? ??? 2021, PHP 7.4.16 + +21 Jan 2021, PHP 7.4.15 - Core: . Fixed bug #80523 (bogus parse error on >4GB source code). (Nikita) diff --git a/configure.ac b/configure.ac index 0be4661dcc..9bafa451b6 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ dnl Basic autoconf initialization, generation of config.nice. dnl ---------------------------------------------------------------------------- AC_PREREQ([2.68]) -AC_INIT([PHP],[7.4.13-dev],[https://bugs.php.net],[php],[https://www.php.net]) +AC_INIT([PHP],[7.4.16-dev],[https://bugs.php.net],[php],[https://www.php.net]) AC_CONFIG_SRCDIR([main/php_version.h]) AC_CONFIG_AUX_DIR([build]) AC_PRESERVE_HELP_ORDER -- cgit v1.2.1