diff options
author | Paul Smith <psmith@gnu.org> | 2013-10-01 00:33:01 -0400 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2013-10-01 00:33:01 -0400 |
commit | 1d4c15b4e16cca40d238bff3e8ff2d0e2d0e2ca2 (patch) | |
tree | c807b7beaa90846f6f0dbac6a6db4290d1059c88 | |
parent | b1c7f0df4eadf55721902b5cc4236a4aaae7ee6a (diff) | |
download | gunmake-1d4c15b4e16cca40d238bff3e8ff2d0e2d0e2ca2.tar.gz |
Release GNU Make version 3.99.93.3.99.93
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 8 insertions, 3 deletions
@@ -1,3 +1,8 @@ +2013-10-01 Paul Smith <psmith@gnu.org> + + * configure.ac: Update version to 3.99.93. + * NEWS: Ditto. + 2013-09-30 Paul Smith <psmith@gnu.org> * guile.c: Portability fixes for Guile 1.8. @@ -1,6 +1,6 @@ GNU make NEWS -*-indented-text-*- History of user-visible changes. - 23 Sep 2013 + 1 Oct 2013 See the end of this file for copyrights and conditions. @@ -9,7 +9,7 @@ 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 3.99.92 +Version 3.99.93 A complete list of bugs fixed in this version is available here: diff --git a/configure.ac b/configure.ac index 8cb87c5..bda7627 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],[3.99.92],[bug-make@gnu.org]) +AC_INIT([GNU make],[3.99.93],[bug-make@gnu.org]) AC_PREREQ([2.62]) |