summaryrefslogtreecommitdiff
path: root/m4/amversion.m4
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2004-05-23 19:30:14 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2004-05-23 19:30:14 +0000
commit5b8ccc44018d6f747c2f0ff4db7d0a95b428590b (patch)
treee9b246bfcecf29608d4dd1c20f37d6fa7de7be94 /m4/amversion.m4
parent95853b6576e130a91ffad461e1e506e794e7220c (diff)
downloadautomake-5b8ccc44018d6f747c2f0ff4db7d0a95b428590b.tar.gz
* configure.ac, NEWS: Bump version to 1.8c.
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 a0c48d879..654b38351 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.8b"])
+AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.8c"])
# 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.8b])])
+ [AM_AUTOMAKE_VERSION([1.8c])])