From f7306a6ac19e4149ce1d351702213dca62d26e94 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Sun, 4 May 2008 17:09:38 -0400 Subject: [PATCH] Set SCM version number to 2.2.5a. * configure.ac, libltdl/configure.ac (AC_INIT): Bump version number to 2.2.5a. * NEWS: Updated. --- ChangeLog | 5 +++++ NEWS | 8 +++++++- configure.ac | 2 +- libltdl/configure.ac | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6f8c602cc..d30cc9886 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2008-05-04 Gary V. Vaughan + Set SCM version number to 2.2.5a. + * configure.ac, libltdl/configure.ac (AC_INIT): Bump version + number to 2.2.5a. + * NEWS: Updated. + GNU Libtool 2.2.4 was released. * configure.ac, libltdl/configure.ac (AC_INIT): Bump version diff --git a/NEWS b/NEWS index 7ef221236..2b113fb5a 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,12 @@ NEWS - list of user-visible changes between releases of GNU Libtool -New in 2.2.4: 2008-05-04: CVS version 2.2.3a, Libtool team: +New in 2.2.??: 2008-06-??: git version 2.2.5a, Libtool team: + +* Bug fixes: + + - None yet + +New in 2.2.4: 2008-05-04: git version 2.2.3a, Libtool team: * New features: diff --git a/configure.ac b/configure.ac index 16d3ca995..9c181db78 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.4], [bug-libtool@gnu.org]) +AC_INIT([libtool], [2.2.5a], [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 f40822b8b..9a7d58a44 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.4], [bug-libtool@gnu.org]) +AC_INIT([libltdl], [2.2.5a], [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