summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2011-10-18 15:30:13 +0700
committerGary V. Vaughan <gary@gnu.org>2011-10-18 15:30:13 +0700
commite9efe2cf60837796f03132ca3c2cf2f53193e619 (patch)
treeacb1f36d1f7a4027ca3fc92496ff9bfaeb9fa436 /configure.ac
parentfdb4c546784aebacaf697ebd5f96e0d91c566597 (diff)
downloadlibtool-e9efe2cf60837796f03132ca3c2cf2f53193e619.tar.gz
Post-release administrivia.
* configure.ac, libltdl/configure.ac (AC_INIT): Bump version numbers. * NEWS: Add header line for next release. Signed-off-by: Gary V. Vaughan <gary@gnu.org>
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 c2a6b851..546cb5af 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.4.2], [bug-libtool@gnu.org])
+AC_INIT([GNU Libtool], [2.4.3a], [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])