summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2004-05-23 19:02:40 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2004-05-23 19:02:40 +0000
commit95853b6576e130a91ffad461e1e506e794e7220c (patch)
tree63652f3b764d1ae1f2a0cf708aeb3688cf0b310c /configure.ac
parentfbeb424c4acca8adc6b72a674b6e485bfb20abdc (diff)
downloadautomake-95853b6576e130a91ffad461e1e506e794e7220c.tar.gz
automake-95853b6576e130a91ffad461e1e506e794e7220c.tar.bz2
automake-95853b6576e130a91ffad461e1e506e794e7220c.zip
* configure.ac, NEWS: Bump version to 1.8b.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 6c79e4355..d6cf8eb2f 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.8a], [bug-automake@gnu.org])
+AC_INIT([GNU Automake], [1.8b], [bug-automake@gnu.org])
AC_CONFIG_SRCDIR(automake.in)
AC_CONFIG_AUX_DIR(lib)
@@ -36,7 +36,7 @@ AC_CANONICAL_BUILD
# bothered by `missing'.
am_AUTOCONF=${AUTOCONF-autoconf}
-AM_INIT_AUTOMAKE([1.6 dist-bzip2 filename-length-max=99])
+AM_INIT_AUTOMAKE([1.8a dist-bzip2 filename-length-max=99])
# The API version is the base version. We must guarantee
# compatibility for all releases with the same API version.