]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Set SCM version number to 2.2.7a.
authorGary V. Vaughan <gary@gnu.org>
Sun, 7 Sep 2008 07:45:23 +0000 (15:45 +0800)
committerGary V. Vaughan <gary@gnu.org>
Sun, 7 Sep 2008 07:45:23 +0000 (15:45 +0800)
* 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 <gary@gnu.org>
ChangeLog
configure.ac
libltdl/configure.ac

index 71fc948ff8e8ce5b13cc91b60c2ce6b63dbac74d..23d9026c6081cc717d774165b2a90ec7b57a0210 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2008-09-07  Gary V. Vaughan  <gary@gnu.org>
 
+       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.
index 9cf7131a3b3b3ffd55f3bd3ede3afb77a2c017fc..33e8b88e5a7eed7b0f977b55fc1ab98533972b57 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.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])
index bb13fba910c683d2428a63c34c214e8099234cd0..794f8b19dee631651744005e1594379e1126171e 100644 (file)
@@ -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])