From: Peter O'Gorman Date: Sun, 24 Jun 2007 03:34:31 +0000 (+0000) Subject: * configure.ac: Bump version. X-Git-Tag: release-1-5-26~36 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=c8f3e2c6a13f02bc3d10707722264e1ed21de09f;p=thirdparty%2Flibtool.git * configure.ac: Bump version. * NEWS: Update. --- diff --git a/ChangeLog b/ChangeLog index a9d7a214c..158767de6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-06-23 Peter O'Gorman + + * configure.ac: Bump version. + * NEWS: Update. + 2007-06-23 Peter O'Gorman GNU libtool 1.5.24 is released. diff --git a/NEWS b/NEWS index 20930108c..b576e5e48 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ NEWS - list of user-visible changes between releases of GNU Libtool +New in 1.5.25a: 2007-??-??; CVS version 1.5.25a, Libtool team: +* Bug Fixes. + New in 1.5.24: 2007-06-17; CVS version 1.5.23c, Libtool team: * Initial support for Interix newer than version 3. * Use getconf ARG_MAX to find the max command line length. diff --git a/configure.ac b/configure.ac index f5ce2965f..2054a6e56 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ AC_PREREQ(2.50) ## ------------------------ ## ## Autoconf initialisation. ## ## ------------------------ ## -AC_INIT([libtool], [1.5.24], [bug-libtool@gnu.org]) +AC_INIT([libtool], [1.5.25a], [bug-libtool@gnu.org]) AC_CONFIG_SRCDIR([ltmain.in])