]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Set SCM version number to 2.2.9a.
authorGary V. Vaughan <gary@gnu.org>
Fri, 4 Jun 2010 19:29:56 +0000 (02:29 +0700)
committerGary V. Vaughan <gary@gnu.org>
Fri, 4 Jun 2010 19:29:56 +0000 (02:29 +0700)
* configure.ac, libltdl/configure.ac (AC_INIT): Bump version
number to 2.2.9a.
* NEWS: Updated.

ChangeLog
NEWS
configure.ac
libltdl/configure.ac

index 6673df567b7d8b9a3f34373e25bf0cbc20a208f9..584590ba779e9da691fa24e18fed6e1748ac1f80 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2010-06-05  Gary V. Vaughan  <gary@gnu.org>
 
+       Set SCM version number to 2.2.9a.
+       * configure.ac, libltdl/configure.ac (AC_INIT): Bump version
+       number to 2.2.9a.
+       * NEWS: Updated.
+
+       GNU Libtool 2.2.8 was released.
+
        Prepare for next release.
        * configure.ac, libltdl/configure.ac (AC_INIT): Bump version
        number to 2.2.8.
diff --git a/NEWS b/NEWS
index 0e949b25d315ac3670c350afc928a95f78c57380..24e654f8de3da050922e1440ad4f44de048b6c49 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.9b 2010-??-??: git version 2.2.9a, Libtool team:
+
+* New features:
+
+  - None.
+
 New in 2.2.8 2010-06-05: git version 2.2.7c, Libtool team:
 
 * No new features:
index 4aeadbcb245799d3f1f5936715987402d8366185..c595192916ab322a26418d8f5b51915400a5ead3 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.8], [bug-libtool@gnu.org])
+AC_INIT([libtool], [2.2.9a], [bug-libtool@gnu.org])
 AC_CONFIG_HEADERS([config.h:config-h.in])
 AC_CONFIG_SRCDIR([libtoolize.in])
 LT_CONFIG_LTDL_DIR([libltdl], [nonrecursive])
index d0a776110c33d961b92b2ac3fa4ac532250527bd..969865f13e33605ae07c5063dccd72834b0faccb 100644 (file)
@@ -40,7 +40,7 @@ AC_PREREQ(2.59)dnl We use AS_HELP_STRING
 ## ------------------------ ##
 ## Autoconf initialisation. ##
 ## ------------------------ ##
-AC_INIT([libltdl], [2.2.8], [bug-libtool@gnu.org])
+AC_INIT([libltdl], [2.2.9a], [bug-libtool@gnu.org])
 AC_CONFIG_HEADERS([config.h:config-h.in])
 AC_CONFIG_SRCDIR([ltdl.c])
 AC_CONFIG_AUX_DIR([config])