From: Ralf Wildenhues Date: Mon, 16 May 2005 10:32:01 +0000 (+0000) Subject: * configure.ac: Bump version. X-Git-Tag: release-1-5-20~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69a50ca2494660f85d922702dca209b1f99ea333;p=thirdparty%2Flibtool.git * configure.ac: Bump version. * NEWS: Updated. --- diff --git a/ChangeLog b/ChangeLog index 6006ef062..1d7afe3b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-05-16 Ralf Wildenhues + * configure.ac: Bump version. + * NEWS: Updated. + GNU libtool 1.5.18 is released. * configure.ac: Bump version. diff --git a/NEWS b/NEWS index f2d1c9349..63ad7d053 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ NEWS - list of user-visible changes between releases of GNU Libtool +New in 1.5.19a: 2005-??-??; CVS version 1.5.19a, Libtool team: +* Bug Fixes. + New in 1.5.18: 2005-05-16; CVS version 1.5.17a, Libtool team: * Fix regression in 1.5.16 to not install libtldl data files from `libtoolize --ltdl'ed software packages. diff --git a/configure.ac b/configure.ac index ae7577537..e9785e2e1 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ AC_PREREQ(2.50) ## ------------------------ ## ## Autoconf initialisation. ## ## ------------------------ ## -AC_INIT([libtool], [1.5.18], [bug-libtool@gnu.org]) +AC_INIT([libtool], [1.5.19a], [bug-libtool@gnu.org]) AC_CONFIG_SRCDIR([ltmain.in])