From 004cb827501d1ddaf98daacb185a53e0816f78a7 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Mon, 31 Oct 2022 15:02:21 +0000 Subject: [PATCH] Bumb versions --- NEWS | 5 ++++- configure.ac | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 2f2cf531437..b9d1fe3922f 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? ????, PHP 7.4.33 +?? ??? 2022, PHP 7.4.34 + + +03 Nov 2022, PHP 7.4.33 - GD: . Fixed bug #81739: OOB read due to insufficient input validation in diff --git a/configure.ac b/configure.ac index 40e39ae53fd..dac63f55c7d 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.31-dev],[https://bugs.php.net],[php],[https://www.php.net]) +AC_INIT([PHP],[7.4.34-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