]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* configure.ac: Bump version.
authorPeter O'Gorman <peter@pogma.com>
Sun, 24 Jun 2007 03:34:31 +0000 (03:34 +0000)
committerPeter O'Gorman <peter@pogma.com>
Sun, 24 Jun 2007 03:34:31 +0000 (03:34 +0000)
* NEWS: Update.

ChangeLog
NEWS
configure.ac

index a9d7a214c767d6247ad64d3adc5e20fc0801e41d..158767de60a9dcf6277d241b274d2937926fd607 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-06-23  Peter O'Gorman  <peter@pogma.com>
+
+       * configure.ac: Bump version.
+       * NEWS: Update.
+
 2007-06-23  Peter O'Gorman  <peter@pogma.com>
 
        GNU libtool 1.5.24 is released.
diff --git a/NEWS b/NEWS
index 20930108ccbfa59754524f168b73a8f04c25e908..b576e5e48b773b32708d5f1dc3ec1b940e05bcfe 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
 NEWS - list of user-visible changes between releases of GNU Libtool
 
+New in 1.5.25a: 2007-??-??; CVS version 1.5.25a, Libtool team:
+* Bug Fixes.
+\f
 New in 1.5.24: 2007-06-17; CVS version 1.5.23c, Libtool team:
 * Initial support for Interix newer than version 3.
 * Use getconf ARG_MAX to find the max command line length.
index f5ce2965fdb08f13e15c4a060d849784ceadbc32..2054a6e56b663ec5757aac1e25f6cc87d9d727bf 100644 (file)
@@ -25,7 +25,7 @@ AC_PREREQ(2.50)
 ## ------------------------ ##
 ## Autoconf initialisation. ##
 ## ------------------------ ##
-AC_INIT([libtool], [1.5.24], [bug-libtool@gnu.org])
+AC_INIT([libtool], [1.5.25a], [bug-libtool@gnu.org])
 AC_CONFIG_SRCDIR([ltmain.in])