From 2061b5edd9ee0c7c48e9b5ff01d06add20f13fcb Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Wed, 31 Aug 2005 19:19:41 +0000 Subject: [PATCH] * configure.ac: Bump version. * NEWS: Updated. --- ChangeLog | 3 +++ NEWS | 3 +++ configure.ac | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8cdacfabd..111caf411 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-08-31 Ralf Wildenhues + * configure.ac: Bump version. + * NEWS: Updated. + GNU libtool 1.5.20 is released. * configure.ac: Bump version. diff --git a/NEWS b/NEWS index 323015aa8..4c57865f5 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ NEWS - list of user-visible changes between releases of GNU Libtool +New in 1.5.21a: 2005-??-??; CVS version 1.5.21a, Libtool team: +* Bug Fixes. + New in 1.5.20: 2005-08-31; CVS version 1.5.19a, Libtool team: * Fix long-standing Solaris CC limitation failing with -no-undefined. * Fix yet another regression with ownership of libltdl data files. diff --git a/configure.ac b/configure.ac index 2abd73bf8..edfc08fa4 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ AC_PREREQ(2.50) ## ------------------------ ## ## Autoconf initialisation. ## ## ------------------------ ## -AC_INIT([libtool], [1.5.20], [bug-libtool@gnu.org]) +AC_INIT([libtool], [1.5.21a], [bug-libtool@gnu.org]) AC_CONFIG_SRCDIR([ltmain.in]) -- 2.47.3