From: Scott James Remnant Date: Sun, 25 Jan 2004 13:35:33 +0000 (+0000) Subject: * NEWS: updated. X-Git-Tag: release-1-5-4~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b13ecb12c026efd781d63b7153ddf8e5b73cd4d0;p=thirdparty%2Flibtool.git * NEWS: updated. * configure.ac: Bumped version to 1.5.3 also in accordance with the new versioning scheme. --- diff --git a/ChangeLog b/ChangeLog index 80a551adb..9e39d4169 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2004-01-25 Scott James Remnant + * NEWS: updated. + * configure.ac: Bumped version to 1.5.3 also in accordance with + the new versioning scheme. + GNU libtool 1.5.2 was released. * configure.ac: Bumped version to 1.5.2 in accordance with the diff --git a/NEWS b/NEWS index 4784a23ed..94c1ff6ca 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ NEWS - list of user-visible changes between releases of GNU Libtool -New in 1.5.2: 2004-01-??; CVS version 1.5.0a, Libtool team: +New in 1.5.4: 2004-??-??; CVS version 1.5.3, Libtool team: + +New in 1.5.2: 2004-01-25; CVS version 1.5.0a, Libtool team: * lt_dlrealloc is an official part of the libltdl API. * --tag, --silent and --debug options are preserved and reused when libtool calls itself for relinking etc. diff --git a/configure.ac b/configure.ac index 3feac8627..b66f4b93b 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ AC_PREREQ(2.50) ## ------------------------ ## ## Autoconf initialisation. ## ## ------------------------ ## -AC_INIT([libtool], [1.5.2], [bug-libtool@gnu.org]) +AC_INIT([libtool], [1.5.3], [bug-libtool@gnu.org]) AC_CONFIG_SRCDIR([ltmain.in])