From: Ralf Wildenhues Date: Mon, 25 Apr 2005 18:44:19 +0000 (+0000) Subject: * configure.ac, NEWS: Updated to 1.5.17a. X-Git-Tag: release-1-5-18~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6df50a6559d3dc9a1bdd7dd793ba56685500af82;p=thirdparty%2Flibtool.git * configure.ac, NEWS: Updated to 1.5.17a. --- diff --git a/ChangeLog b/ChangeLog index f39184097..991836031 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-04-25 Ralf Wildenhues + + * configure.ac, NEWS: Updated to 1.5.17a. + 2005-04-24 Ralf Wildenhues GNU libtool 1.5.16 is released. diff --git a/NEWS b/NEWS index fffe666f3..7b4f499dc 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ NEWS - list of user-visible changes between releases of GNU Libtool +New in 1.5.17a: 2005-??-??; CVS version 1.5.17a, Libtool team: +* Bug Fixes. + New in 1.5.16: 2005-04-24; CVS version 1.5.15a, Libtool team: * Allow shell special characters like `$' in source file names, but not in object names, to enhance GCJ support. diff --git a/configure.ac b/configure.ac index 39c9512ec..be63078a0 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ AC_PREREQ(2.50) ## ------------------------ ## ## Autoconf initialisation. ## ## ------------------------ ## -AC_INIT([libtool], [1.5.16], [bug-libtool@gnu.org]) +AC_INIT([libtool], [1.5.17a], [bug-libtool@gnu.org]) AC_CONFIG_SRCDIR([ltmain.in])