summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1997-09-25 05:55:06 +0000
committerTom Tromey <tromey@redhat.com>1997-09-25 05:55:06 +0000
commit3cd0636bd5b4a60de1ca2a0c4997c5621ba6667c (patch)
tree3bb6d444257d6c7c4f4f19f3938e2bc6a18f0de1 /configure.in
parent55918e4400991976fb2beaca2e84ad4c972c0067 (diff)
downloadautomake-3cd0636bd5b4a60de1ca2a0c4997c5621ba6667c.tar.gz
released 1.2b
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index dfbe47ca4..44b20df03 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(automake.in)
-AM_INIT_AUTOMAKE(automake, 1.2a)
+AM_INIT_AUTOMAKE(automake, 1.2b)
# Find an appropriate tar for use in "dist" targets. A "best guess"
# is good enough -- if we can't find GNU tar, we don't really care.