summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2008-01-31 16:24:30 +0000
committerGary V. Vaughan <gary@gnu.org>2008-01-31 16:24:30 +0000
commit7f0ad4aa7f910d13d6b000203b4f637ba66ac159 (patch)
treec5fa0ddc02bd577e680ea580298cbb1127eb1682 /configure.ac
parent0ab46c6f8fb7320a6d6098b42e0f94a89e929c7c (diff)
downloadlibtool-7f0ad4aa7f910d13d6b000203b4f637ba66ac159.tar.gz
* configure.ac (AC_INIT): Bump version number to 2.1c.
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 d26ecc99..cc66f8b3 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.1b], [bug-libtool@gnu.org])
+AC_INIT([libtool], [2.1c], [bug-libtool@gnu.org])
AC_CONFIG_HEADERS([config.h:config-h.in])
AC_CONFIG_SRCDIR([libtoolize.in])
LT_CONFIG_LTDL_DIR([libltdl], [nonrecursive])