]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Release 2.4. v2.4
authorGary V. Vaughan <gary@gnu.org>
Wed, 22 Sep 2010 14:42:13 +0000 (21:42 +0700)
committerGary V. Vaughan <gary@gnu.org>
Wed, 22 Sep 2010 16:25:44 +0000 (23:25 +0700)
* libltdl/Makefile.inc (LTDL_VERSION_INFO): We've added the
static libprefix interface, so new version-info is C+1:0:R+1.
* configure.ac, libltdl/configure.ac (AC_INIT): Bump version
numbers.
* NEWS: Update version number.

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

index 4bbfd853416b71eabf76dd8bc5ea6ac1b202b669..852dcc64bc64f790a4597b3ce05cab377931f7db 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2010-09-22  Gary V. Vaughan  <gary@gnu.org>
 
+       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.
+       * configure.ac, libltdl/configure.ac (AC_INIT): Bump version
+       numbers.
+       * NEWS: Update version number.
+
        manual: web-manual index.html clashes with @node Index.
        * doc/libtool.texi (Index): Renamed to `Combined Index'.
 
diff --git a/NEWS b/NEWS
index 1d4419b76074ec5b66ab1a0d14a3ae5f9aee5642..8ab71b498ea473a437c99cb23114f48778350279 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 NEWS - list of user-visible changes between releases of GNU Libtool
 
-New in 2.2.12 2010-08-??: git version 2.2.11a, Libtool team:
+New in 2.4 2010-09-22: git version 2.2.11a, Libtool team:
 
 * New features:
 
index 131cd3b6b7ba551f7d3be397607d1b27d89b025a..b026c6c6f515c90467faf143d10713f5b12e9c7f 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.2.11a], [bug-libtool@gnu.org])
+AC_INIT([GNU Libtool], [2.4], [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 6b8db4e37548c0c663e909235050b4bce144f38e..adf2aad82f6e0cadee7eb24f5c13f2626943a706 100644 (file)
@@ -36,7 +36,7 @@ AM_CPPFLAGS          += -DLT_CONFIG_H='<$(LT_CONFIG_H)>' \
                          -DLTDL -I. -I$(srcdir) -Ilibltdl \
                          -I$(srcdir)/libltdl -I$(srcdir)/libltdl/libltdl
 AM_LDFLAGS            += -no-undefined
-LTDL_VERSION_INFO      = -version-info 9:2:2
+LTDL_VERSION_INFO      = -version-info 10:0:3
 
 noinst_LTLIBRARIES     += $(LT_DLLOADERS)
 
index 4f7122154f0a74984684c8bc73572f341ff028cd..c933fdc86c588455192da877b1dbb0ddf6edd444 100644 (file)
@@ -40,7 +40,7 @@ AC_PREREQ(2.59)dnl We use AS_HELP_STRING
 ## ------------------------ ##
 ## Autoconf initialisation. ##
 ## ------------------------ ##
-AC_INIT([libltdl], [2.2.11a], [bug-libtool@gnu.org])
+AC_INIT([libltdl], [2.4], [bug-libtool@gnu.org])
 AC_CONFIG_HEADERS([config.h:config-h.in])
 AC_CONFIG_SRCDIR([ltdl.c])
 AC_CONFIG_AUX_DIR([config])