From f0182df865da59fe500dc2df110833d161ca3976 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 2 Sep 2019 23:27:53 -0400 Subject: [PATCH] Update to GNU make release candidate 4.2.91 --- NEWS | 4 ++-- configure.ac | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index ccfda3e9..dd86d9cc 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ GNU make NEWS -*-indented-text-*- History of user-visible changes. - 26 August 2019 + 3 September 2019 See the end of this file for copyrights and conditions. @@ -9,7 +9,7 @@ which is contained in this distribution as the file doc/make.texi. See the README file and the GNU make manual for instructions for reporting bugs. -Version 4.2.90 (26 Aug 2019) +Version 4.2.91 (3 Sep 2019) A complete list of bugs fixed in this version is available here: diff --git a/configure.ac b/configure.ac index 6b840108..da1e17dd 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.2.90],[bug-make@gnu.org]) +AC_INIT([GNU make],[4.2.91],[bug-make@gnu.org]) AC_PREREQ([2.69])