]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Set SCM version number to 2.2.11a.
authorGary V. Vaughan <gary@gnu.org>
Wed, 9 Jun 2010 15:17:47 +0000 (22:17 +0700)
committerGary V. Vaughan <gary@gnu.org>
Wed, 9 Jun 2010 15:17:47 +0000 (22:17 +0700)
* configure.ac, libltdl/configure.ac (AC_INIT): Bump version
number to 2.2.11a.
* NEWS: Updated.

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

index 2132b7f6dad2d673b534038faac780046483ca0a..a7967b34a003dc5af1b1e244cf2b50cfe279d5ed 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2010-06-09  Gary V. Vaughan  <gary@gnu.org>
 
+       Set SCM version number to 2.2.11a.
+       * configure.ac, libltdl/configure.ac (AC_INIT): Bump version
+       number to 2.2.11a.
+       * NEWS: Updated.
+
+       GNU Libtool 2.2.10 was released.
+
        Prepare for next release.
        * configure.ac, libltdl/configure.ac (AC_INIT): Bump version number
        to 2.2.10.
diff --git a/NEWS b/NEWS
index 6f23f91fc2a6cb80e3f8a15bdfbc5a268bba52ff..7e65da6d70c17d012c6a97181556c004306f5075 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
 NEWS - list of user-visible changes between releases of GNU Libtool
 
+New in 2.2.12 2010-08-??: git version 2.2.11a, Libtool team:
+
+* New features:
+
+  - None!
+
 New in 2.2.10 2010-06-10: git version 2.2.9a, Libtool team:
 
 * New features:
index f6931a4183bd58caff557c4cf7bc3d1a72d1ead8..f47eb44d6d10033dc0ae591d5c2cfb05571ed070 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.10], [bug-libtool@gnu.org])
+AC_INIT([libtool], [2.2.11a], [bug-libtool@gnu.org])
 AC_CONFIG_HEADERS([config.h:config-h.in])
 AC_CONFIG_SRCDIR([libtoolize.in])
 LT_CONFIG_LTDL_DIR([libltdl], [nonrecursive])
index cec7768ae09300e91089a895cd2e42969342b152..4f7122154f0a74984684c8bc73572f341ff028cd 100644 (file)
@@ -40,7 +40,7 @@ AC_PREREQ(2.59)dnl We use AS_HELP_STRING
 ## ------------------------ ##
 ## Autoconf initialisation. ##
 ## ------------------------ ##
-AC_INIT([libltdl], [2.2.10], [bug-libtool@gnu.org])
+AC_INIT([libltdl], [2.2.11a], [bug-libtool@gnu.org])
 AC_CONFIG_HEADERS([config.h:config-h.in])
 AC_CONFIG_SRCDIR([ltdl.c])
 AC_CONFIG_AUX_DIR([config])