From: Paul Eggert Date: Mon, 23 Oct 2006 07:18:28 +0000 (+0000) Subject: * configure.ac (AC_INIT): Bump to 2.60c. X-Git-Tag: AUTOCONF-2.61~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d64edccae64a46bf0626e07e2375b87847da3741;p=thirdparty%2Fautoconf.git * configure.ac (AC_INIT): Bump to 2.60c. * NEWS: Likewise. --- diff --git a/ChangeLog b/ChangeLog index 85ef9e01f..2b5806591 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-10-23 Paul Eggert + + * configure.ac (AC_INIT): Bump to 2.60c. + * NEWS: Likewise. + 2006-10-22 Paul Eggert * NEWS: Version 2.60b. diff --git a/NEWS b/NEWS index ac397b21f..1d28cabdf 100644 --- 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 diff --git a/configure.ac b/configure.ac index d79478e3a..9c55b7357 100644 --- a/configure.ac +++ b/configure.ac @@ -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])