From: Ralf Wildenhues Date: Sat, 17 Feb 2007 09:43:36 +0000 (+0000) Subject: * configure.ac: Bump version. X-Git-Tag: release-1-5-24~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b30f28968778b28d6d175e611fb553e481e1f0c5;p=thirdparty%2Flibtool.git * configure.ac: Bump version. * NEWS: Updated. --- diff --git a/ChangeLog b/ChangeLog index e5a31c771..0fdc41bff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-02-17 Ralf Wildenhues + + * configure.ac: Bump version. + * NEWS: Updated. + 2007-02-17 Ralf Wildenhues GNU libtool 1.5.23b is released. diff --git a/NEWS b/NEWS index 4327a0e4a..7a16d758f 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ NEWS - list of user-visible changes between releases of GNU Libtool +New in 1.5.23c: 2007-??-??; CVS version 1.5.23c, Libtool team: +* Bug Fixes. + New in 1.5.23b: 2007-02-17; CVS version 1.5.23a, Libtool team: * Initial support for RDOS. * Fix regression on DragonFly that disabled library hardcoding. diff --git a/configure.ac b/configure.ac index 8405a8a86..409679395 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ AC_PREREQ(2.50) ## ------------------------ ## ## Autoconf initialisation. ## ## ------------------------ ## -AC_INIT([libtool], [1.5.23b], [bug-libtool@gnu.org]) +AC_INIT([libtool], [1.5.23c], [bug-libtool@gnu.org]) AC_CONFIG_SRCDIR([ltmain.in])