]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Prepare for next release. v2.2.10
authorGary V. Vaughan <gary@gnu.org>
Wed, 9 Jun 2010 14:03:07 +0000 (21:03 +0700)
committerGary V. Vaughan <gary@gnu.org>
Wed, 9 Jun 2010 14:03:07 +0000 (21:03 +0700)
* configure.ac, libltdl/configure.ac (AC_INIT): Bump version number
to 2.2.10.
* NEWS: Update version number.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
ChangeLog
NEWS
configure.ac
libltdl/configure.ac

index a1bc4653a53c34aa7458343888ec81608372243e..2132b7f6dad2d673b534038faac780046483ca0a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2010-06-09  Gary V. Vaughan  <gary@gnu.org>
 
+       Prepare for next release.
+       * configure.ac, libltdl/configure.ac (AC_INIT): Bump version number
+       to 2.2.10.
+       * NEWS: Update version number.
+
        Fix a quoting bug with ./commit -a 'A U Thor'.
        * clcommit.m4sh (func_commit): Use func_show_eval when calling
        git, so that the previously func_quote_for_eval()ed $git_flags is
diff --git a/NEWS b/NEWS
index 654208f98036bbcdf5ecc649d5164143cf5d0de9..6f23f91fc2a6cb80e3f8a15bdfbc5a268bba52ff 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 NEWS - list of user-visible changes between releases of GNU Libtool
 
-New in 2.2.9b 2010-??-??: git version 2.2.9a, Libtool team:
+New in 2.2.10 2010-06-10: git version 2.2.9a, Libtool team:
 
 * New features:
 
index c595192916ab322a26418d8f5b51915400a5ead3..f6931a4183bd58caff557c4cf7bc3d1a72d1ead8 100644 (file)
@@ -30,7 +30,7 @@ dnl Oldest automake required for bootstrap is below in AM_INIT_AUTOMAKE.
 ## ------------------------ ##
 ## Autoconf initialisation. ##
 ## ------------------------ ##
-AC_INIT([libtool], [2.2.9a], [bug-libtool@gnu.org])
+AC_INIT([libtool], [2.2.10], [bug-libtool@gnu.org])
 AC_CONFIG_HEADERS([config.h:config-h.in])
 AC_CONFIG_SRCDIR([libtoolize.in])
 LT_CONFIG_LTDL_DIR([libltdl], [nonrecursive])
index 969865f13e33605ae07c5063dccd72834b0faccb..cec7768ae09300e91089a895cd2e42969342b152 100644 (file)
@@ -40,7 +40,7 @@ AC_PREREQ(2.59)dnl We use AS_HELP_STRING
 ## ------------------------ ##
 ## Autoconf initialisation. ##
 ## ------------------------ ##
-AC_INIT([libltdl], [2.2.9a], [bug-libtool@gnu.org])
+AC_INIT([libltdl], [2.2.10], [bug-libtool@gnu.org])
 AC_CONFIG_HEADERS([config.h:config-h.in])
 AC_CONFIG_SRCDIR([ltdl.c])
 AC_CONFIG_AUX_DIR([config])