From 9ab8af7cd8aaac587787d9df7e34758951d7c470 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 6 Jun 2016 08:32:45 -0400 Subject: [PATCH] GNU Make release 4.2.1. --- NEWS | 11 ++++++++++- configure.ac | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 27f6f068..0b042456 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ GNU make NEWS -*-indented-text-*- History of user-visible changes. - 22 May 2016 + 10 June 2016 See the end of this file for copyrights and conditions. @@ -8,6 +8,15 @@ All changes mentioned here are more fully described in the GNU make manual, 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.1 (10 Jun 2016) + +A complete list of bugs fixed in this version is available here: +h +ttp://sv.gnu.org/bugs/index.php?group=make&report_id=111&fix_release_id=107&set=custom + +This release is a bug-fix release. + Version 4.2 (22 May 2016) diff --git a/configure.ac b/configure.ac index 1902823d..64ec8701 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],[bug-make@gnu.org]) +AC_INIT([GNU make],[4.2.1],[bug-make@gnu.org]) AC_PREREQ([2.69])