summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2008-05-04 14:36:29 -0400
committerGary V. Vaughan <gary@gnu.org>2008-05-04 14:36:29 -0400
commit0ac678eb2a7a6f06fbd4afe277219bbcd9c407b4 (patch)
tree3ba611f5dae0f91794c7da1aead3bb9578452b29 /configure.ac
parent11c6afb5e59e6f638aa5d7a5a0cf40bbf51fe4e6 (diff)
downloadlibtool-0ac678eb2a7a6f06fbd4afe277219bbcd9c407b4.tar.gz
GNU Libtool 2.2.4 was released.v2.2.4
* configure.ac, libltdl/configure.ac (AC_INIT): Bump version number to 2.2.4. * libltdl/Makefile.inc (LTDL_VERSION_INFO): C:R+1:A because the interfaces are unchanged, even though we improved the code some more. * NEWS: Updated.
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 4660a676..16d3ca99 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.2.3a], [bug-libtool@gnu.org])
+AC_INIT([libtool], [2.2.4], [bug-libtool@gnu.org])
AC_CONFIG_HEADERS([config.h:config-h.in])
AC_CONFIG_SRCDIR([libtoolize.in])
LT_CONFIG_LTDL_DIR([libltdl], [nonrecursive])