]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* configure.ac (AC_INIT): Bump to 2.60c.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 23 Oct 2006 07:18:28 +0000 (07:18 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 23 Oct 2006 07:18:28 +0000 (07:18 +0000)
* NEWS: Likewise.

ChangeLog
NEWS
configure.ac

index 85ef9e01fab9bca9dff48740361cfc416116427b..2b58065915db95ad84a64dc1f07933b12d099f91 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-10-23  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * configure.ac (AC_INIT): Bump to 2.60c.
+       * NEWS: Likewise.
+
 2006-10-22  Paul Eggert  <eggert@cs.ucla.edu>
 
        * NEWS: Version 2.60b.
diff --git a/NEWS b/NEWS
index ac397b21fff9da98fc6eca5f8e4e7a4b314bc756..1d28cabdf5b8d70a60b59add0b6e13781d1fea48 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+* Major changes in Autoconf 2.60c (??)
+
 * Major changes in Autoconf 2.60b (2006-10-22)
 
 ** BIN_SH
index d79478e3a2a1d067005becf5d84ff7ca69c67b11..9c55b7357c1560e8311d419ce1766901d179fae8 100644 (file)
@@ -22,7 +22,7 @@
 # We need AC_CONFIG_TESTDIR.
 AC_PREREQ([2.59])
 
-AC_INIT([GNU Autoconf], [2.60b], [bug-autoconf@gnu.org])
+AC_INIT([GNU Autoconf], [2.60c], [bug-autoconf@gnu.org])
 AC_SUBST([PACKAGE_NAME])dnl
 AC_CONFIG_SRCDIR([ChangeLog])