From 1d0c6a58c83713cbbf09d4b46bb472996905c89e Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Fri, 21 May 2010 06:59:56 +0700 Subject: [PATCH] Set SCM version number to 2.2.7c. * configure.ac, libltdl/configure.ac (AC_INIT): Bump version number to 2.2.7c. * NEWS: Updated. GNU Libtool 2.2.7b was released. --- ChangeLog | 7 +++++++ NEWS | 6 ++++++ configure.ac | 2 +- libltdl/configure.ac | 2 +- 4 files changed, 15 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ea31044e..cb40f0ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2010-05-21 Gary V. Vaughan + Set SCM version number to 2.2.7c. + * configure.ac, libltdl/configure.ac (AC_INIT): Bump version + number to 2.2.7c. + * NEWS: Updated. + + GNU Libtool 2.2.7b was released. + Prepare for next release candidate. * configure.ac, libltdl/configure.ac (AC_INIT): Bump version number to 2.2.7b. diff --git a/NEWS b/NEWS index 864a6de1..d031af49 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ NEWS - list of user-visible changes between releases of GNU Libtool +New in 2.2.8 2010-05-??: git version 2.2.7c, Libtool team: + +* New features: + + - None. + New in 2.2.7b 2010-05-20: git version 2.2.7a, Libtool team: * New features: diff --git a/configure.ac b/configure.ac index 7770031b..93fe17eb 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.7b], [bug-libtool@gnu.org]) +AC_INIT([libtool], [2.2.7c], [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 7522611f..407fcac3 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.7b], [bug-libtool@gnu.org]) +AC_INIT([libltdl], [2.2.7c], [bug-libtool@gnu.org]) AC_CONFIG_HEADERS([config.h:config-h.in]) AC_CONFIG_SRCDIR([ltdl.c]) AC_CONFIG_AUX_DIR([config])