From 5542fbe2f67426aaa83065d599de4829b42dc79e Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Sun, 7 Sep 2008 15:45:23 +0800 Subject: [PATCH] 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 --- ChangeLog | 7 +++++++ configure.ac | 2 +- libltdl/configure.ac | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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]) -- 2.47.3