From d1df4b21f3d758bc0693c77c1ff7012bc27e833f Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Thu, 9 Oct 2014 02:06:53 -0400 Subject: * configure.ac, NEWS, README.git: Set up for the next release. --- NEWS | 7 +++++++ README.git | 4 +++- configure.ac | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 7e11787..9e1ade4 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,13 @@ 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.1.90 (05 Oct 2014) + +A complete list of bugs fixed in this version is available here: + +http://sv.gnu.org/bugs/index.php?group=make&report_id=111&fix_release_id=106&set=custom + Version 4.1 (05 Oct 2014) diff --git a/README.git b/README.git index 25aa9ad..9147870 100644 --- a/README.git +++ b/README.git @@ -195,7 +195,9 @@ Manage the Savannah project for GNU make: Release" fields: - Value: SCM - Rank: 20 - - Descr: Fixed in Git; will be available in the next version of Make. + - Descr: Issues found in code retrieved from Source Code Management (Git), rather than a distributed version. Please include the SHA you are working with. + + - Descr: Fixed in Source Code Management (Git). The fix will be included in the next release of GNU make. Start the next release: diff --git a/configure.ac b/configure.ac index fab9a2d..71bfb01 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.1],[bug-make@gnu.org]) +AC_INIT([GNU make],[4.1.90],[bug-make@gnu.org]) AC_PREREQ([2.62]) -- cgit v1.2.3