From: Gary V. Vaughan Date: Wed, 2 Apr 2008 01:09:08 +0000 (+0000) Subject: * configure.ac, libltdl/configure.ac (AC_INIT): Bump version X-Git-Tag: v2.2.4~37 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=1ba7a83cee2b480ee39885107a722884109f92b9;p=thirdparty%2Flibtool.git * configure.ac, libltdl/configure.ac (AC_INIT): Bump version number to 2.2.3a. --- diff --git a/ChangeLog b/ChangeLog index 04e1b27db..727baad5e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2008-04-01 Gary V. Vaughan + * configure.ac, libltdl/configure.ac (AC_INIT): Bump version + number to 2.2.3a. + GNU Libtool 2.2.2 was released. * configure.ac, libltdl/configure.ac (AC_INIT): Bump version diff --git a/configure.ac b/configure.ac index 51329d928..11b30115b 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.2], [bug-libtool@gnu.org]) +AC_INIT([libtool], [2.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 4395d93c4..afad14479 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.2], [bug-libtool@gnu.org]) +AC_INIT([libltdl], [2.2.3a], [bug-libtool@gnu.org]) AC_CONFIG_HEADERS([config.h:config-h.in]) AC_CONFIG_SRCDIR([ltdl.c]) AC_CONFIG_AUX_DIR([config])