]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Set SCM version number to 2.2.5a.
authorGary V. Vaughan <gary@gnu.org>
Sun, 4 May 2008 21:09:38 +0000 (17:09 -0400)
committerGary V. Vaughan <gary@gnu.org>
Sun, 4 May 2008 21:09:38 +0000 (17:09 -0400)
* configure.ac, libltdl/configure.ac (AC_INIT): Bump version
number to 2.2.5a.
* NEWS: Updated.

ChangeLog
NEWS
configure.ac
libltdl/configure.ac

index 6f8c602cc0190f3d4b61ab338c440d17183f19d1..d30cc9886da5a3d5fa7057a7a874e19cdaa51374 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2008-05-04  Gary V. Vaughan  <gary@gnu.org>
 
+       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 7ef221236f89fe516e29170cca321798a255c68f..2b113fb5a2eb19076133e6ab7fd9e7ec930e23f5 100644 (file)
--- 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:
 
index 16d3ca9951868714d9f122066c2f0d2a8f656e2c..9c181db7829df3c11ac242fe2f9106bb13c2d912 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.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])
index f40822b8b665cf72a2a38ff02cde67388fa71872..9a7d58a440c7be6ffd54700b454960ec8f9c2ec1 100644 (file)
@@ -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])