summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2008-09-07 15:45:23 +0800
committerGary V. Vaughan <gary@gnu.org>2008-09-07 15:45:23 +0800
commit5542fbe2f67426aaa83065d599de4829b42dc79e (patch)
tree562c92d037018cbad52e007bc70c852a487251ab /configure.ac
parentc7f97f395615fb62c96de30c6925484ecd0cee2e (diff)
downloadlibtool-5542fbe2f67426aaa83065d599de4829b42dc79e.tar.gz
Set SCM version number to 2.2.7a.
* configure.ac, libltdl/configure.ac (AC_INIT): Bump version number to 2.2.7a. * NEWS: Updated. GNU Libtool 2.2.6 was released. 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 9cf7131a..33e8b88e 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.6], [bug-libtool@gnu.org])
+AC_INIT([libtool], [2.2.7a], [bug-libtool@gnu.org])
AC_CONFIG_HEADERS([config.h:config-h.in])
AC_CONFIG_SRCDIR([libtoolize.in])
LT_CONFIG_LTDL_DIR([libltdl], [nonrecursive])