From: Peter O'Gorman Date: Sun, 19 Sep 2004 14:13:11 +0000 (+0000) Subject: * configure.ac: Bump version to 1.5.11a. X-Git-Tag: release-1-5-12~59 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9b08a981521ee2798da1d5e7c2c6db7b00e9ecae;p=thirdparty%2Flibtool.git * configure.ac: Bump version to 1.5.11a. * NEWS: ditto --- diff --git a/ChangeLog b/ChangeLog index 7bdc97e7b..88641de9b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-09-19 Peter O'Gorman + * configure.ac: Bump version to 1.5.11a. + * NEWS: ditto + GNU libtool 1.5.10 is released. * configure.ac: Bump version. diff --git a/NEWS b/NEWS index a6847f7f2..11a58d9bc 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ NEWS - list of user-visible changes between releases of GNU Libtool +New in 1.5.11a: 2004-??-??; CVS version 1.5.11a, Libtool team: +* Bug Fixes. + New in 1.5.10: 2004-09-19; CVS version 1.5.9a, Libtool team: * GNU/linux ia64 fixes. * Works on platforms with no c++ compiler. diff --git a/configure.ac b/configure.ac index 87890d4a9..d9f2fa50e 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ AC_PREREQ(2.50) ## ------------------------ ## ## Autoconf initialisation. ## ## ------------------------ ## -AC_INIT([libtool], [1.5.10], [bug-libtool@gnu.org]) +AC_INIT([libtool], [1.5.11a], [bug-libtool@gnu.org]) AC_CONFIG_SRCDIR([ltmain.in])