From 1ba7a83cee2b480ee39885107a722884109f92b9 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Wed, 2 Apr 2008 01:09:08 +0000 Subject: [PATCH] * configure.ac, libltdl/configure.ac (AC_INIT): Bump version number to 2.2.3a. --- ChangeLog | 3 +++ configure.ac | 2 +- libltdl/configure.ac | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) 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]) -- 2.47.2