* configure.ac (AC_INIT): Bump version number to 2.1b.
* libltdl/Makefile.inc (LTDL_VERSION_INFO): Increment to account
for new interfaces since the last libltdl update.
* HACKING (Release Procedure): Note that LTDL_VERSION_INFO is now
kept in libltdl/Makefile.inc.
+2008-02-01 Gary V. Vaughan <gary@gnu.org>
+
+ GNU Libtool 2.1b was released.
+
+ * configure.ac (AC_INIT): Bump version number to 2.1b.
+ * libltdl/Makefile.inc (LTDL_VERSION_INFO): Increment to account
+ for new interfaces since the last libltdl update.
+ * HACKING (Release Procedure): Note that LTDL_VERSION_INFO is now
+ kept in libltdl/Makefile.inc.
+
2008-02-01 Gary V. Vaughan <gary@gnu.org>
* tests/cdemo, tests/depdemo, tests/fcdemo, tests/pdemo,
since last release (they should be updated in CVS along with commits that
require it so that users can work with CVS snapshots).
-* Update the libltdl VERSION_INFO in Makefile.am for changes since the last
- release.
+* Update the LTDL_VERSION_INFO in libltdl/Makefile.inc for changes since
+ the last release.
* Update the version number in configure.ac.
See http://www.gnu.org/software/libtool/contribute.html for details of
NEWS - list of user-visible changes between releases of GNU Libtool
-New in 2.1a: 2008-??-??; CVS version 2.1a, Libtool team:
+New in 2.1b: 2008-02-01; CVS version 2.1a, Libtool team:
* Important incompatible changes and obsoleted features:
## ------------------------ ##
## Autoconf initialisation. ##
## ------------------------ ##
-AC_INIT([libtool], [2.1a], [bug-libtool@gnu.org])
+AC_INIT([libtool], [2.1b], [bug-libtool@gnu.org])
AC_CONFIG_HEADERS([config.h:config-h.in])
AC_CONFIG_SRCDIR([libtoolize.in])
LT_CONFIG_LTDL_DIR([libltdl], [nonrecursive])
-DLTDL -I. -I$(srcdir) -Ilibltdl \
-I$(srcdir)/libltdl -I$(srcdir)/libltdl/libltdl
AM_LDFLAGS += -no-undefined
-LTDL_VERSION_INFO = -version-info 7:0:0
+LTDL_VERSION_INFO = -version-info 8:0:1
noinst_LTLIBRARIES += $(LT_DLLOADERS)