summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2003-11-18 21:21:00 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2003-11-18 21:21:00 +0000
commita73e6326f26df73af6ffb8827913a9c885fd8480 (patch)
treefc2effcccca35d5588ae4353add31587b1d9109e /configure.ac
parent83f2d829e228952c203fbec89ec4e012368488c5 (diff)
downloadautomake-a73e6326f26df73af6ffb8827913a9c885fd8480.tar.gz
automake-a73e6326f26df73af6ffb8827913a9c885fd8480.tar.bz2
automake-a73e6326f26df73af6ffb8827913a9c885fd8480.zip
* configure.ac, NEWS: Bump version to 1.7d.
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 03da3aa5f..abcaf54c0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@ dnl (abs_top_builddir is used in tests/automake.in). Note that
dnl this is a requirement for the Automake package itself.
dnl Automake users can still use Autoconf 2.58.
AC_PREREQ(2.58a)
-AC_INIT([GNU Automake], [1.7c], [bug-automake@gnu.org])
+AC_INIT([GNU Automake], [1.7d], [bug-automake@gnu.org])
AC_CONFIG_SRCDIR(automake.in)
AC_CONFIG_AUX_DIR(lib)