From: Gary V. Vaughan Date: Sun, 7 Sep 2008 07:45:23 +0000 (+0800) Subject: Set SCM version number to 2.2.7a. X-Git-Tag: v2.2.7b~204 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5542fbe2f67426aaa83065d599de4829b42dc79e;p=thirdparty%2Flibtool.git Set SCM version number to 2.2.7a. * configure.ac, libltdl/configure.ac (AC_INIT): Bump version number to 2.2.7a. * NEWS: Updated. GNU Libtool 2.2.6 was released. Signed-off-by: Gary V. Vaughan --- diff --git a/ChangeLog b/ChangeLog index 71fc948ff..23d9026c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2008-09-07 Gary V. Vaughan + Set SCM version number to 2.2.7a. + * configure.ac, libltdl/configure.ac (AC_INIT): Bump version + number to 2.2.7a. + * NEWS: Updated. + + GNU Libtool 2.2.6 was released. + Fix typo in Makefile.maint. * Makefile.maint (git-news): Renamed to check-news, since it doesn't actually run git. Adjust all dependees. diff --git a/configure.ac b/configure.ac index 9cf7131a3..33e8b88e5 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.6], [bug-libtool@gnu.org]) +AC_INIT([libtool], [2.2.7a], [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 bb13fba91..794f8b19d 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.6], [bug-libtool@gnu.org]) +AC_INIT([libltdl], [2.2.7a], [bug-libtool@gnu.org]) AC_CONFIG_HEADERS([config.h:config-h.in]) AC_CONFIG_SRCDIR([ltdl.c]) AC_CONFIG_AUX_DIR([config])