summaryrefslogtreecommitdiff
path: root/m4/amversion.m4
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2003-12-10 19:09:15 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2003-12-10 19:09:15 +0000
commitb0d2aa09c61f5eb6e3a58310fd7629691f82320d (patch)
treee6a19c3adfd55080426360a8c4d6a2ae1e7314cd /m4/amversion.m4
parent3cef4cd74c7958ef295485a6e5fe1945f207e2d3 (diff)
downloadautomake-b0d2aa09c61f5eb6e3a58310fd7629691f82320d.tar.gz
* configure.ac, NEWS: Bump version to 1.8a.
Diffstat (limited to 'm4/amversion.m4')
-rw-r--r--m4/amversion.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/amversion.m4 b/m4/amversion.m4
index 307de7a77..17f1e45ad 100644
--- a/m4/amversion.m4
+++ b/m4/amversion.m4
@@ -20,11 +20,11 @@
# ----------------------------
# Automake X.Y traces this macro to ensure aclocal.m4 has been
# generated from the m4 files accompanying Automake X.Y.
-AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.8"])
+AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.8a"])
# AM_SET_CURRENT_AUTOMAKE_VERSION
# -------------------------------
# Call AM_AUTOMAKE_VERSION so it can be traced.
# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
- [AM_AUTOMAKE_VERSION([1.8])])
+ [AM_AUTOMAKE_VERSION([1.8a])])