From: Ralf Wildenhues Date: Sun, 18 Dec 2005 22:43:02 +0000 (+0000) Subject: * configure.ac: Bump version. X-Git-Tag: release-1-5-23b~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a37705599ac2043623f88e42dd26c775dffa4f9;p=thirdparty%2Flibtool.git * configure.ac: Bump version. * NEWS: Updated. --- diff --git a/ChangeLog b/ChangeLog index cb4ebef29..067fa25e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-12-18 Ralf Wildenhues + + * configure.ac: Bump version. + * NEWS: Updated. + 2005-12-18 Ralf Wildenhues GNU libtool 1.5.22 is released. diff --git a/NEWS b/NEWS index d3e1ca2a5..d40ebd75c 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ NEWS - list of user-visible changes between releases of GNU Libtool +New in 1.5.23a: 2006-??-??; CVS version 1.5.23a, Libtool team: +* Bug Fixes. + New in 1.5.22: 2005-12-18; CVS version 1.5.21a, Libtool team: * Fix 1.5 regression that caused linking a program `-static' to also link statically against installed libtool libraries, contrary to diff --git a/configure.ac b/configure.ac index 26a345a04..bf7d8ae68 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ AC_PREREQ(2.50) ## ------------------------ ## ## Autoconf initialisation. ## ## ------------------------ ## -AC_INIT([libtool], [1.5.22], [bug-libtool@gnu.org]) +AC_INIT([libtool], [1.5.23a], [bug-libtool@gnu.org]) AC_CONFIG_SRCDIR([ltmain.in])