diff options
author | Paul Smith <psmith@gnu.org> | 2013-10-13 16:46:41 -0400 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2013-10-13 16:48:22 -0400 |
commit | 188b2a0f23f45a63cfdac1c7316500458afb2062 (patch) | |
tree | 9a7af87e8009deb427a8982e256b70e8f0e15810 | |
parent | 52191d9d613819a77a321ad6c3ab16e1bc73c381 (diff) | |
download | gunmake-188b2a0f23f45a63cfdac1c7316500458afb2062.tar.gz |
Set up for the next release.
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 2 deletions
@@ -1,6 +1,6 @@ GNU make NEWS -*-indented-text-*- History of user-visible changes. - 09 Oct 2013 + 13 Oct 2013 See the end of this file for copyrights and conditions. @@ -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 + +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=105&set=custom + + Version 4.0 (09 Oct 2013) A complete list of bugs fixed in this version is available here: diff --git a/configure.ac b/configure.ac index d73dd8c..c5b8b6b 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.0],[bug-make@gnu.org]) +AC_INIT([GNU make],[4.0.90],[bug-make@gnu.org]) AC_PREREQ([2.62]) |