]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* configure.ac (AC_INIT): Bump to 2.61a.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 17 Nov 2006 20:01:04 +0000 (20:01 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 17 Nov 2006 20:01:04 +0000 (20:01 +0000)
* NEWS: Likewise.

2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>

ChangeLog
NEWS
configure.ac

index 056fc56b24a646d78ccb5a43bcbb15317a28cc80..82cc4474cda6eb9462d3d90607e009fbfe26dd32 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * configure.ac (AC_INIT): Bump to 2.61a.
+       * NEWS: Likewise.
+
 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
 
        Version 2.61.
diff --git a/NEWS b/NEWS
index 2a49e0feb1b4101bb5252fdd137992ec49f468fa..c6f32eb0012f9954a2ad8ff652915bd623b98954 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+* Major changes in Autoconf 2.61a (??)
+
 * Major changes in Autoconf 2.61 (2006-11-17)
 
 ** New macros AC_C_FLEXIBLE_ARRAY_MEMBER, AC_C_VARARRAYS.
index 78326355fba72a5a3b5ca6d71671dfacc9180b06..c547ac9adb88ee914a81bad1730399e2d1ef05c4 100644 (file)
@@ -22,7 +22,7 @@
 # We need AC_CONFIG_TESTDIR.
 AC_PREREQ([2.59])
 
-AC_INIT([GNU Autoconf], [2.61], [bug-autoconf@gnu.org])
+AC_INIT([GNU Autoconf], [2.61a], [bug-autoconf@gnu.org])
 AC_SUBST([PACKAGE_NAME])dnl
 AC_CONFIG_SRCDIR([ChangeLog])