From: Gary V. Vaughan Date: Thu, 31 Jan 2008 16:24:30 +0000 (+0000) Subject: * configure.ac (AC_INIT): Bump version number to 2.1c. X-Git-Tag: release-2-2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f0ad4aa7f910d13d6b000203b4f637ba66ac159;p=thirdparty%2Flibtool.git * configure.ac (AC_INIT): Bump version number to 2.1c. --- diff --git a/ChangeLog b/ChangeLog index 6d1ea846c..7a77a273d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2008-02-01 Gary V. Vaughan + * 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. diff --git a/configure.ac b/configure.ac index d26ecc995..cc66f8b38 100644 --- a/configure.ac +++ b/configure.ac @@ -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])