* configure.ac (AC_INIT): Bump to 2.59d.

This commit is contained in:
Ralf Wildenhues 2006-04-12 23:08:21 +00:00
parent a86028f0c7
commit cc1d4f1c52
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-04-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* configure.ac (AC_INIT): Bump to 2.59d.
2006-04-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Version 2.59c.

View File

@ -22,7 +22,7 @@
# We need AC_CONFIG_TESTDIR.
AC_PREREQ([2.59])
AC_INIT([GNU Autoconf], [2.59c], [bug-autoconf@gnu.org])
AC_INIT([GNU Autoconf], [2.59d], [bug-autoconf@gnu.org])
AC_SUBST([PACKAGE_NAME])dnl
AC_CONFIG_SRCDIR([ChangeLog])