* configure.ac (AC_INIT): Bump version number to 2.1c.

This commit is contained in:
Gary V. Vaughan 2008-01-31 16:24:30 +00:00
parent 0ab46c6f8f
commit 7f0ad4aa7f
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2008-02-01 Gary V. Vaughan <gary@gnu.org>
* configure.ac (AC_INIT): Bump version number to 2.1c.
GNU Libtool 2.1b was released.
* configure.ac (AC_INIT): Bump version number to 2.1b.

View File

@ -30,7 +30,7 @@ dnl Oldest automake required for bootstrap is below in AM_INIT_AUTOMAKE.
## ------------------------ ##
## Autoconf initialisation. ##
## ------------------------ ##
AC_INIT([libtool], [2.1b], [bug-libtool@gnu.org])
AC_INIT([libtool], [2.1c], [bug-libtool@gnu.org])
AC_CONFIG_HEADERS([config.h:config-h.in])
AC_CONFIG_SRCDIR([libtoolize.in])
LT_CONFIG_LTDL_DIR([libltdl], [nonrecursive])