]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* configure.ac: Bump version.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 18 Dec 2005 22:43:02 +0000 (22:43 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 18 Dec 2005 22:43:02 +0000 (22:43 +0000)
* NEWS: Updated.

ChangeLog
NEWS
configure.ac

index cb4ebef29f55746096f1b5f1ec76f7da81acfb2a..067fa25e9103d2227554131ec0a39bed80833c60 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-12-18  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+       * configure.ac: Bump version.
+       * NEWS: Updated.
+
 2005-12-18  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
 
        GNU libtool 1.5.22 is released.
diff --git a/NEWS b/NEWS
index d3e1ca2a5d8d755fc9223e6048b3a7c55d0a4bb0..d40ebd75ce592dad1bedfefa55cc73a3e902af54 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.23a: 2006-??-??; CVS version 1.5.23a, Libtool team:
+* Bug Fixes.
+\f
 New in 1.5.22: 2005-12-18; CVS version 1.5.21a, Libtool team:
 * Fix 1.5 regression that caused linking a program `-static' to also
   link statically against installed libtool libraries, contrary to
index 26a345a04b203dd9088f0d9d34f2526826747b9c..bf7d8ae6866fbc778cee4a7beda3a21db849efff 100644 (file)
@@ -25,7 +25,7 @@ AC_PREREQ(2.50)
 ## ------------------------ ##
 ## Autoconf initialisation. ##
 ## ------------------------ ##
-AC_INIT([libtool], [1.5.22], [bug-libtool@gnu.org])
+AC_INIT([libtool], [1.5.23a], [bug-libtool@gnu.org])
 AC_CONFIG_SRCDIR([ltmain.in])