From: Peter O'Gorman Date: Sat, 3 Apr 2004 17:17:16 +0000 (+0000) Subject: * configure.ac: Bumped version to 1.5.5a. X-Git-Tag: release-1-5-6~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b181f2ee54328f25f720292fc14c94e35114b82a;p=thirdparty%2Flibtool.git * configure.ac: Bumped version to 1.5.5a. * NEWS: updated. Released 1.5.4 --- diff --git a/ChangeLog b/ChangeLog index 2666e31b6..a43ebc17e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2004-04-03 Peter O'Gorman + * configure.ac: Bumped version to 1.5.5a. + * NEWS: updated. + + Released 1.5.4 + * configure.ac: Bumped version to 1.5.4. * NEWS: updated. * config.guess, config.sub, texinfo.tex: Synchronized from diff --git a/NEWS b/NEWS index db8b36646..8f7b45064 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ NEWS - list of user-visible changes between releases of GNU Libtool +New in 1.5.5a: 2004-??-??; CVS version 1.5.5a, Libtool team: +* Bug fixes. + New in 1.5.4: 2004-04-03; CVS version 1.5.3a, Libtool team: * Bug fixes. diff --git a/configure.ac b/configure.ac index db4f3e4aa..61b4ef333 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ AC_PREREQ(2.50) ## ------------------------ ## ## Autoconf initialisation. ## ## ------------------------ ## -AC_INIT([libtool], [1.5.4], [bug-libtool@gnu.org]) +AC_INIT([libtool], [1.5.5a], [bug-libtool@gnu.org]) AC_CONFIG_SRCDIR([ltmain.in])