From 3938bfb5645ae2a59ee69e09f8e4e2eef45bbe3e Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Tue, 18 May 2021 13:44:01 +0100 Subject: [PATCH] The PHP 7.4 branch is now for 7.4.21 --- NEWS | 6 +++++- configure.ac | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 203471a69b4..fedaa73c866 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? ????, PHP 7.4.20 +?? ??? ????, PHP 7.4.21 + + + +03 Jun 2021, PHP 7.4.20 - Core: . Fixed bug #80929 (Method name corruption related to repeated calls to diff --git a/configure.ac b/configure.ac index 4321e6a594f..264a575311d 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.20-dev],[https://bugs.php.net],[php],[https://www.php.net]) +AC_INIT([PHP],[7.4.21-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