From: Peter O'Gorman Date: Sat, 7 Aug 2004 14:03:38 +0000 (+0000) Subject: * configure.ac: Bumped version to 1.5.9a. X-Git-Tag: release-1-5-10~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=443963ea37ca71221e0b214bb139f2d7e5e7bbe6;p=thirdparty%2Flibtool.git * configure.ac: Bumped version to 1.5.9a. * NEWS: updated. --- diff --git a/ChangeLog b/ChangeLog index a83a616dc..1ebf254eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,14 @@ 2004-08-07 Peter O'Gorman + * configure.ac: Bumped version to 1.5.9a. + * NEWS: updated. + GNU libtool-1.5.8 is released. * NEWS: updated. * configure.ac: Bumped version to 1.5.8. * config.guess, config.sub: Synchronized from ftp.gnu.org. - + 2004-08-04 Peter O'Gorman * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Since CONFIG_SHELL may diff --git a/NEWS b/NEWS index 99815e1aa..3dd970a35 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ NEWS - list of user-visible changes between releases of GNU Libtool +New in 1.5.9a: 2004-??-??; CVS version 1.5.9a, Libtool team: +* Bug Fixes. + New in 1.5.8: 2004-08-07; CVS version 1.5.7a, Libtool team: * Support for Intel C++ version 8.0. * Improved support for OpenBSD. diff --git a/configure.ac b/configure.ac index e7ad6b3ed..e69f66e30 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ AC_PREREQ(2.50) ## ------------------------ ## ## Autoconf initialisation. ## ## ------------------------ ## -AC_INIT([libtool], [1.5.8], [bug-libtool@gnu.org]) +AC_INIT([libtool], [1.5.9a], [bug-libtool@gnu.org]) AC_CONFIG_SRCDIR([ltmain.in])