From: Gary V. Vaughan Date: Sun, 2 Mar 2008 02:19:19 +0000 (+0000) Subject: * configure.ac, libltdl/configure.ac (AC_INIT): Bump version X-Git-Tag: v2.2.2~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a428937f0e34a9d09bf1c82a45fc5faf21a2c4bc;p=thirdparty%2Flibtool.git * configure.ac, libltdl/configure.ac (AC_INIT): Bump version number to 2.3a. --- diff --git a/ChangeLog b/ChangeLog index f9505ab34..ca8161bdd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2008-03-01 Gary V. Vaughan + * configure.ac, libltdl/configure.ac (AC_INIT): Bump version + number to 2.3a. + GNU Libtool 2.2 was released. * configure.ac, libltdl/configure.ac (AC_INIT): Bump version diff --git a/NEWS b/NEWS index 2271c5465..7413ee2bd 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,9 @@ NEWS - list of user-visible changes between releases of GNU Libtool +New in 2.3b: 2008-??-??: CVS version 2.3a, Libtool team: + +* Nothing yet! + New in 2.2: 2008-03-01; CVS version 2.1c, Libtool team: * Bug fixes: diff --git a/configure.ac b/configure.ac index 85104d8a6..48f12841a 100644 --- a/configure.ac +++ b/configure.ac @@ -30,7 +30,7 @@ dnl Oldest automake required for bootstrap is below in AM_INIT_AUTOMAKE. ## ------------------------ ## ## Autoconf initialisation. ## ## ------------------------ ## -AC_INIT([libtool], [2.2], [bug-libtool@gnu.org]) +AC_INIT([libtool], [2.3a], [bug-libtool@gnu.org]) AC_CONFIG_HEADERS([config.h:config-h.in]) AC_CONFIG_SRCDIR([libtoolize.in]) LT_CONFIG_LTDL_DIR([libltdl], [nonrecursive]) diff --git a/libltdl/configure.ac b/libltdl/configure.ac index 26863b9b4..ebee7303f 100644 --- a/libltdl/configure.ac +++ b/libltdl/configure.ac @@ -40,7 +40,7 @@ AC_PREREQ(2.59)dnl We use AS_HELP_STRING ## ------------------------ ## ## Autoconf initialisation. ## ## ------------------------ ## -AC_INIT([libltdl], [2.2], [bug-libtool@gnu.org]) +AC_INIT([libltdl], [2.3a], [bug-libtool@gnu.org]) AC_CONFIG_HEADERS([config.h:config-h.in]) AC_CONFIG_SRCDIR([ltdl.c]) AC_CONFIG_AUX_DIR([config])