summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <github@derickrethans.nl>2021-01-19 14:58:38 +0000
committerDerick Rethans <github@derickrethans.nl>2021-01-19 14:58:38 +0000
commita33d0c3aae3cf7b95c43eb92e62fccf529cc337b (patch)
tree3194271c4f870a2fceac2bc882bd6591703403f0
parente8a89c49db303dfdbee4d5e64a0086f22015c1d2 (diff)
downloadphp-git-a33d0c3aae3cf7b95c43eb92e62fccf529cc337b.tar.gz
Update NEWS and version
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
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