From: Peter O'Gorman Date: Fri, 1 Feb 2008 18:45:13 +0000 (+0000) Subject: * NEWS: Update. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=933151938c035d12574dc4b96114a0a6d5a57334;p=thirdparty%2Flibtool.git * NEWS: Update. * configure.ac: Bump version to 1.5.27a. --- diff --git a/ChangeLog b/ChangeLog index b7c12c38f..96a3d197c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2008-02-01 Peter O'Gorman + * NEWS: Update. + * configure.ac: Bump version to 1.5.27a. + Release GNU libtool 1.5.26. * NEWS: Update. * libtool.m4, ltdl.m4: Bump serial. diff --git a/NEWS b/NEWS index 7c43c4d35..80a22054c 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ NEWS - list of user-visible changes between releases of GNU Libtool +New in 1.5.27a: 2008-??-??; CVS version 1.5.27a, Libtool team: +* Bug Fixes. + New in 1.5.26: 2008-02-01; CVS version 1.5.25a, Libtool team: * Improved support for Mac OS X Leopard. * More robust parsing of mangled `.la' files inside libltdl, fixing a diff --git a/configure.ac b/configure.ac index a5b41996c..bab210b61 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ AC_PREREQ(2.50) ## ------------------------ ## ## Autoconf initialisation. ## ## ------------------------ ## -AC_INIT([libtool], [1.5.26], [bug-libtool@gnu.org]) +AC_INIT([libtool], [1.5.27a], [bug-libtool@gnu.org]) AC_CONFIG_SRCDIR([ltmain.in])