]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Post-release administrivia.
authorGary V. Vaughan <gary@gnu.org>
Wed, 22 Sep 2010 14:29:36 +0000 (21:29 +0700)
committerGary V. Vaughan <gary@gnu.org>
Wed, 22 Sep 2010 16:25:50 +0000 (23:25 +0700)
* configure.ac, libltdl/configure.ac (AC_INIT): Bump version
numbers to 2.4.1a.
* NEWS: Add header line for next release.

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

index 852dcc64bc64f790a4597b3ce05cab377931f7db..566b74efae0833ef51cc343f43200c9e7c246b1d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2010-09-22  Gary V. Vaughan  <gary@gnu.org>
 
+       Post-release administrivia.
+       * configure.ac, libltdl/configure.ac (AC_INIT): Bump version
+       numbers to 2.4.1a.
+       * NEWS: Add header line for next release.
+
        Release 2.4.
        * libltdl/Makefile.inc (LTDL_VERSION_INFO): We've added the
        static libprefix interface, so new version-info is C+1:0:R+1.
diff --git a/NEWS b/NEWS
index 8ab71b498ea473a437c99cb23114f48778350279..6e8e0fe4d8365d6a3c07301d02c31a5431feee87 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.2 2010-12-??: git version 2.4.1a, Libtool team:
+
+* Bug fixes:
+
+  - None yet!
+
 New in 2.4 2010-09-22: git version 2.2.11a, Libtool team:
 
 * New features:
index b026c6c6f515c90467faf143d10713f5b12e9c7f..63ee8bf513528c88d45bb0c3a03e5419c8f71f99 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], [bug-libtool@gnu.org])
+AC_INIT([GNU Libtool], [2.4.1a], [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 c933fdc86c588455192da877b1dbb0ddf6edd444..1c50ce3a353598130e1bf0bfa8e3f62dd268874d 100644 (file)
@@ -40,7 +40,7 @@ AC_PREREQ(2.59)dnl We use AS_HELP_STRING
 ## ------------------------ ##
 ## Autoconf initialisation. ##
 ## ------------------------ ##
-AC_INIT([libltdl], [2.4], [bug-libtool@gnu.org])
+AC_INIT([libltdl], [2.4.1a], [bug-libtool@gnu.org])
 AC_CONFIG_HEADERS([config.h:config-h.in])
 AC_CONFIG_SRCDIR([ltdl.c])
 AC_CONFIG_AUX_DIR([config])