]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* configure.ac, libltdl/configure.ac (AC_INIT): Bump version
authorGary V. Vaughan <gary@gnu.org>
Sun, 2 Mar 2008 02:19:19 +0000 (02:19 +0000)
committerGary V. Vaughan <gary@gnu.org>
Sun, 2 Mar 2008 02:19:19 +0000 (02:19 +0000)
number to 2.3a.

ChangeLog
NEWS
configure.ac
libltdl/configure.ac

index f9505ab3482ab401adec162cb1b1f850add2a62c..ca8161bdd500165105fa492312c87c50fdf40bbe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2008-03-01  Gary V. Vaughan <gary@gnu.org>
 
+       * configure.ac, libltdl/configure.ac (AC_INIT): Bump version
+       number to 2.3a.
+
        GNU Libtool 2.2 was released.
 
        * configure.ac, libltdl/configure.ac (AC_INIT): Bump version
diff --git a/NEWS b/NEWS
index 2271c54652ad07603c0ba0bc4a5d1652217c8f60..7413ee2bd27aa839c830bd1449e4d1dfebc7e667 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
 NEWS - list of user-visible changes between releases of GNU Libtool
 
+New in 2.3b: 2008-??-??: CVS version 2.3a, Libtool team:
+
+* Nothing yet!
+
 New in 2.2: 2008-03-01; CVS version 2.1c, Libtool team:
 
 * Bug fixes:
index 85104d8a642563279e93d5532643417adc96afaf..48f12841ac29eb3ba18f14ff98797fcff8157474 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], [bug-libtool@gnu.org])
+AC_INIT([libtool], [2.3a], [bug-libtool@gnu.org])
 AC_CONFIG_HEADERS([config.h:config-h.in])
 AC_CONFIG_SRCDIR([libtoolize.in])
 LT_CONFIG_LTDL_DIR([libltdl], [nonrecursive])
index 26863b9b4302422e390029c498e5e2dec07d443a..ebee7303f05563d7baa19cda5871ba19be33dfbf 100644 (file)
@@ -40,7 +40,7 @@ AC_PREREQ(2.59)dnl We use AS_HELP_STRING
 ## ------------------------ ##
 ## Autoconf initialisation. ##
 ## ------------------------ ##
-AC_INIT([libltdl], [2.2], [bug-libtool@gnu.org])
+AC_INIT([libltdl], [2.3a], [bug-libtool@gnu.org])
 AC_CONFIG_HEADERS([config.h:config-h.in])
 AC_CONFIG_SRCDIR([ltdl.c])
 AC_CONFIG_AUX_DIR([config])