From: Peter O'Gorman Date: Sun, 11 Apr 2004 07:40:57 +0000 (+0000) Subject: * configure.ac: Bumped version to 1.5.7a. X-Git-Tag: release-1-5-8~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f1bf0dc0ff2b386bdafe099b4bf3a406bdebb334;p=thirdparty%2Flibtool.git * configure.ac: Bumped version to 1.5.7a. * NEWS: updated. Released 1.5.6 --- diff --git a/ChangeLog b/ChangeLog index 954af1502..d20e1aacd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2004-04-11 Peter O'Gorman + * configure.ac: Bumped version to 1.5.7a. + * NEWS: updated. + + Released 1.5.6 + * configure.ac: Bumped version to 1.5.6. * NEWS: updated. diff --git a/NEWS b/NEWS index aa0653a44..3e2a61665 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ NEWS - list of user-visible changes between releases of GNU Libtool +New in 1.5.7a: 2004-??-??; CVS version 1.5.7a, Libtool team: +* Bug Fixes. + New in 1.5.6: 2004-04-11; CVS version 1.5.5a, Libtool team: * Installs libltdl files properly in $prefix/share/libtool/libltdl. 1.5.4 did not install them at all. diff --git a/configure.ac b/configure.ac index 97e6a9e95..3fe5c692f 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ AC_PREREQ(2.50) ## ------------------------ ## ## Autoconf initialisation. ## ## ------------------------ ## -AC_INIT([libtool], [1.5.6], [bug-libtool@gnu.org]) +AC_INIT([libtool], [1.5.7a], [bug-libtool@gnu.org]) AC_CONFIG_SRCDIR([ltmain.in])