From e9170e0daf1880db04269434ab0ef8872b9cb4f7 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Wed, 22 Sep 2010 21:42:13 +0700 Subject: 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. Signed-off-by: Gary V. Vaughan --- ChangeLog | 7 +++++++ NEWS | 2 +- configure.ac | 2 +- libltdl/Makefile.inc | 2 +- libltdl/configure.ac | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4bbfd853..852dcc64 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2010-09-22 Gary V. Vaughan + 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 1d4419b7..8ab71b49 100644 --- 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: diff --git a/configure.ac b/configure.ac index 131cd3b6..b026c6c6 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/libltdl/Makefile.inc b/libltdl/Makefile.inc index 6b8db4e3..adf2aad8 100644 --- a/libltdl/Makefile.inc +++ b/libltdl/Makefile.inc @@ -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) diff --git a/libltdl/configure.ac b/libltdl/configure.ac index 4f712215..c933fdc8 100644 --- a/libltdl/configure.ac +++ b/libltdl/configure.ac @@ -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]) -- cgit v1.2.1