From: Peter O'Gorman Date: Sat, 5 Feb 2005 17:23:17 +0000 (+0000) Subject: * configure.ac: Bump version to 1.5.13a X-Git-Tag: release-1-5-14~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e01336c912982fed9facf8aac7e5fb5758f4bfd;p=thirdparty%2Flibtool.git * configure.ac: Bump version to 1.5.13a * NEWS: Updated --- diff --git a/ChangeLog b/ChangeLog index 4088b9b05..9505a6b8c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-02-05 Peter O'Gorman + * configure.ac: Bump version to 1.5.13a + * NEWS: Updated + Libtool-1.5.12 release * libltdl/Makefile.am: Bump library revision (I remembered!). diff --git a/NEWS b/NEWS index 5b96cf88b..b60c2acb1 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ NEWS - list of user-visible changes between releases of GNU Libtool +New in 1.5.13a: 2005-??-??; CVS version 1.5.13a, Libtool team: +* Bug Fixes. + New in 1.5.12: 2004-02-05; CVS version 1.5.11a, Libtool team: * Support for Portland Group compiler on GNU/Linux. * Support (mostly) for DragonFly BSD. diff --git a/configure.ac b/configure.ac index 535e5888b..688286038 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ AC_PREREQ(2.50) ## ------------------------ ## ## Autoconf initialisation. ## ## ------------------------ ## -AC_INIT([libtool], [1.5.12], [bug-libtool@gnu.org]) +AC_INIT([libtool], [1.5.13a], [bug-libtool@gnu.org]) AC_CONFIG_SRCDIR([ltmain.in])