]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Post-release administrivia.
authorGary V. Vaughan <gary@gnu.org>
Tue, 18 Oct 2011 08:30:13 +0000 (15:30 +0700)
committerGary V. Vaughan <gary@gnu.org>
Tue, 18 Oct 2011 08:30:13 +0000 (15:30 +0700)
* configure.ac, libltdl/configure.ac (AC_INIT): Bump version
numbers.
* NEWS: Add header line for next release.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
ChangeLog
NEWS
configure.ac
libltdl/configure.ac

index 2780f5fd7a25babf721abdc3017b0f4f794913ad..c51e74943eb92a22cd05c13bb5a5b4fdc2eecf89 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2011-10-17  Gary V. Vaughan  <gary@gnu.org>
 
+       Post-release administrivia.
+       * configure.ac, libltdl/configure.ac (AC_INIT): Bump version
+       numbers.
+       * NEWS: Add header line for next release.
+
        Release 2.4.2.
        * configure.ac, libltdl/configure.ac (AC_INIT): Bump version
        numbers.
diff --git a/NEWS b/NEWS
index dfe9d62d17b26a081e7c198666f2ead5ccbcefd9..c5533c53721f13ea7df9cd8f75788cce99dbca1d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
 NEWS - list of user-visible changes between releases of GNU Libtool
 
+New in 2.4.4 201?-??-??: git version 2.4.3a, Libtool team:
+
+* Bug fixes:
+
+  - Waiting for bug reports...
+
 New in 2.4.2 2011-10-17: git version 2.4.1a, Libtool team:
 
 * New features:
index c2a6b8516edf314eb90c01a894c2fb048d273e5a..546cb5af5dc6e54f947ce96fea4645713e704555 100644 (file)
@@ -31,7 +31,7 @@ dnl Oldest automake required for bootstrap is below in AM_INIT_AUTOMAKE.
 ## ------------------------ ##
 ## Autoconf initialisation. ##
 ## ------------------------ ##
-AC_INIT([GNU Libtool], [2.4.2], [bug-libtool@gnu.org])
+AC_INIT([GNU Libtool], [2.4.3a], [bug-libtool@gnu.org])
 m4_ifndef([AC_PACKAGE_URL],
          [AC_SUBST([PACKAGE_URL], [http://www.gnu.org/software/libtool/])])
 AC_CONFIG_HEADERS([config.h:config-h.in])
index b6e9ea91ee215ed3f8172d6be6e6d576da78392a..e3607db5ac400dde282afde308aa930d616b5283 100644 (file)
@@ -40,7 +40,7 @@ AC_PREREQ(2.59)dnl We use AS_HELP_STRING
 ## ------------------------ ##
 ## Autoconf initialisation. ##
 ## ------------------------ ##
-AC_INIT([libltdl], [2.4.2], [bug-libtool@gnu.org])
+AC_INIT([libltdl], [2.4.3a], [bug-libtool@gnu.org])
 AC_CONFIG_HEADERS([config.h:config-h.in])
 AC_CONFIG_SRCDIR([ltdl.c])
 AC_CONFIG_AUX_DIR([config])