]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Release 2.4.2. v2.4.2
authorGary V. Vaughan <gary@vaughan.pe>
Tue, 18 Oct 2011 06:20:53 +0000 (13:20 +0700)
committerGary V. Vaughan <gary@vaughan.pe>
Tue, 18 Oct 2011 06:20:53 +0000 (13:20 +0700)
* configure.ac, libltdl/configure.ac (AC_INIT): Bump version
numbers.
* NEWS: Update version number.

ChangeLog
NEWS
configure.ac
libltdl/configure.ac

index a20713c90f1cbe44f3daf9f23301166d7120f3ee..2780f5fd7a25babf721abdc3017b0f4f794913ad 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2011-10-17  Gary V. Vaughan  <gary@gnu.org>
 
+       Release 2.4.2.
+       * configure.ac, libltdl/configure.ac (AC_INIT): Bump version
+       numbers.
+       * NEWS: Update version number.
+
        Replace leading spaces with tabs.
        * libltdl/m4/libtool.m4, libltdl/config/ltmain.m4sh: Replace leading
        spaces in soure code with tabs to match surrounding code.
diff --git a/NEWS b/NEWS
index 90d14b7952593d5962dbce7920206c7ca8895b8b..dfe9d62d17b26a081e7c198666f2ead5ccbcefd9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 NEWS - list of user-visible changes between releases of GNU Libtool
 
-New in 2.4.2 2011-??-??: git version 2.4.1a, Libtool team:
+New in 2.4.2 2011-10-17: git version 2.4.1a, Libtool team:
 
 * New features:
 
index 0bad7728503229f5e3ddf7afe84fa920c04ffae6..c2a6b8516edf314eb90c01a894c2fb048d273e5a 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.1a], [bug-libtool@gnu.org])
+AC_INIT([GNU Libtool], [2.4.2], [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 1c50ce3a353598130e1bf0bfa8e3f62dd268874d..b6e9ea91ee215ed3f8172d6be6e6d576da78392a 100644 (file)
@@ -40,7 +40,7 @@ AC_PREREQ(2.59)dnl We use AS_HELP_STRING
 ## ------------------------ ##
 ## Autoconf initialisation. ##
 ## ------------------------ ##
-AC_INIT([libltdl], [2.4.1a], [bug-libtool@gnu.org])
+AC_INIT([libltdl], [2.4.2], [bug-libtool@gnu.org])
 AC_CONFIG_HEADERS([config.h:config-h.in])
 AC_CONFIG_SRCDIR([ltdl.c])
 AC_CONFIG_AUX_DIR([config])