From: Gary V. Vaughan Date: Tue, 5 Oct 2004 01:00:39 +0000 (+0000) Subject: * configure.ac: Bumped version to 2.1a. X-Git-Tag: release-2-1b~931 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fc0e2fe16a351adf95e748ebb539bf50ed12c10;p=thirdparty%2Flibtool.git * configure.ac: Bumped version to 2.1a. --- diff --git a/ChangeLog b/ChangeLog index c42f3a433..5a9ba11bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-10-05 Gary V. Vaughan + + * configure.ac: Bumped version to 2.1a. + 2004-10-04 Gary V. Vaughan * m4/libtool.m4 (_LT_PROG_ECHO_BACKSLASH): Don't confuse $ECHO diff --git a/configure.ac b/configure.ac index 61cc1de4e..539d7f3d3 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ AC_PREREQ(2.58) ## We use AS_HELP_STRING ## ------------------------ ## ## Autoconf initialisation. ## ## ------------------------ ## -AC_INIT([libtool], [1.9e], [bug-libtool@gnu.org]) +AC_INIT([libtool], [2.1a], [bug-libtool@gnu.org]) AC_CONFIG_HEADERS([config.h:config-h.in]) AC_CONFIG_SRCDIR([libtoolize.in]) AC_CONFIG_AUX_DIR([config])