diff options
author | Alexandre Duret-Lutz <adl@gnu.org> | 2006-08-20 16:38:55 +0000 |
---|---|---|
committer | Alexandre Duret-Lutz <adl@gnu.org> | 2006-08-20 16:38:55 +0000 |
commit | df1c5547348b6b7e23571ef416f04bc7e9c244f7 (patch) | |
tree | 0dc4f102c29e5813224d0d0e3592e7be2728fe32 /m4/amversion.m4 | |
parent | d9317edef78dee29f1bf65b7490e215bb185d619 (diff) | |
download | automake-df1c5547348b6b7e23571ef416f04bc7e9c244f7.tar.gz |
* NEWS, configure.ac: Bump version to 1.9b.Release-1-9b
Diffstat (limited to 'm4/amversion.m4')
-rw-r--r-- | m4/amversion.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/amversion.m4 b/m4/amversion.m4 index 56aa8366a..6e6b1f9ba 100644 --- a/m4/amversion.m4 +++ b/m4/amversion.m4 @@ -12,10 +12,10 @@ # generated from the m4 files accompanying Automake X.Y. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], -[am__api_version='1.9a' +[am__api_version='1.9b' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. -m4_if([$1], [1.9a], [], +m4_if([$1], [1.9b], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -31,5 +31,5 @@ m4_define([_AM_AUTOCONF_VERSION], []) # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AC_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.9a])dnl +[AM_AUTOMAKE_VERSION([1.9b])dnl _AM_AUTOCONF_VERSION(m4_PACKAGE_VERSION)]) |