summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2008-01-31 16:21:19 +0000
committerGary V. Vaughan <gary@gnu.org>2008-01-31 16:21:19 +0000
commit0ab46c6f8fb7320a6d6098b42e0f94a89e929c7c (patch)
tree31bb1392b3f6080ca08ef0852bc1478f64cfa53e /configure.ac
parent7c319e20f4f09d988fd7101358a7cc8cca4d4e94 (diff)
downloadlibtool-0ab46c6f8fb7320a6d6098b42e0f94a89e929c7c.tar.gz
GNU Libtool 2.1b was released.release-2-1b
* 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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b7c75f19..d26ecc99 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,7 +30,7 @@ dnl Oldest automake required for bootstrap is below in AM_INIT_AUTOMAKE.
## ------------------------ ##
## 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])