diff options
author | Paul Smith <psmith@gnu.org> | 2014-10-09 02:06:53 -0400 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2014-10-09 02:06:53 -0400 |
commit | d1df4b21f3d758bc0693c77c1ff7012bc27e833f (patch) | |
tree | 0233fb80cd84d5fe0235465227cd0aa54846e942 | |
parent | a66bf2d736f4e7a09f8528b5a06a7125688d6a2d (diff) | |
download | gunmake-d1df4b21f3d758bc0693c77c1ff7012bc27e833f.tar.gz |
* configure.ac, NEWS, README.git: Set up for the next release.
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | README.git | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 11 insertions, 2 deletions
@@ -9,6 +9,13 @@ 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) A complete list of bugs fixed in this version is available here: @@ -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 <http://www.gnu.org/licenses/>. -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]) |