From fcefae5ec9743c6816fd3bbc896a05526fce9230 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sun, 26 Feb 2023 15:40:18 -0500 Subject: * NEWS: Update for the next release * configure.ac: Set the version for the next release. --- NEWS | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 4ab15136..991f7071 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,13 @@ See the README file and the GNU Make manual for instructions for reporting bugs. +Version 4.5 (26 Feb 2023) + +A complete list of bugs fixed in this version is available here: + +https://sv.gnu.org/bugs/index.php?group=make&report_id=111&fix_release_id=111&set=custom + + Version 4.4.1 (26 Feb 2023) This release is primarily a bug-fix release. diff --git a/configure.ac b/configure.ac index cd785754..c17ec99f 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License along with # this program. If not, see . -AC_INIT([GNU Make],[4.4.1],[bug-make@gnu.org]) +AC_INIT([GNU Make],[4.4.90],[bug-make@gnu.org]) AC_PREREQ([2.69]) -- cgit v1.2.1