From: Gary V. Vaughan Date: Wed, 11 Jun 2003 14:40:58 +0000 (+0000) Subject: * configure.ac (AC_INIT): Bumped revision to 1.5.0a -- the first cvs X-Git-Tag: release-1-5-2~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61b6790eae622acc4cc8f4cae897e2c56a0df94b;p=thirdparty%2Flibtool.git * configure.ac (AC_INIT): Bumped revision to 1.5.0a -- the first cvs revision number for the 1.5 maintenance branch, leading towards a 1.5.1 release. --- diff --git a/ChangeLog b/ChangeLog index a95ae7f28..25274dc33 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2003-06-11 Gary V. Vaughan + * configure.ac (AC_INIT): Bumped revision to 1.5.0a -- the first cvs + revision number for the 1.5 maintenance branch, leading towards a + 1.5.1 release. + * NEWS: Sychronised from branch-1-4. 2003-06-03 Benjamin Reed diff --git a/configure.ac b/configure.ac index 602fd4f73..1ccfb621a 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ AC_PREREQ(2.50) ## ------------------------ ## ## Autoconf initialisation. ## ## ------------------------ ## -AC_INIT([libtool], [1.5a], [bug-libtool@gnu.org]) +AC_INIT([libtool], [1.5.0a], [bug-libtool@gnu.org]) AC_CONFIG_SRCDIR([ltmain.in])