diff options
author | Mathieu Lirzin <mthl@gnu.org> | 2018-02-25 20:47:15 +0100 |
---|---|---|
committer | Mathieu Lirzin <mthl@gnu.org> | 2018-02-25 22:15:28 +0100 |
commit | 4f73bb80d1583441ed4a1c681a843fe4d9d5e26c (patch) | |
tree | f530fc501658a6cc29d10fa3d5d9c1c08b193766 /configure.ac | |
parent | 89158972fb953a0428d4bd37a17e7d6cce5ee633 (diff) | |
download | automake-4f73bb80d1583441ed4a1c681a843fe4d9d5e26c.tar.gz |
version 1.16v1.16
* configure.ac (AC_INIT, APIVERSION): Bump version number to 1.16.
* m4/amversion.m4: Likewise (auto-updated by "make bootstrap").
* NEWS: Record release version.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 97d1778f8..ef379639a 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ # along with this program. If not, see <https://www.gnu.org/licenses/>. AC_PREREQ([2.69]) -AC_INIT([GNU Automake], [1.15a], [bug-automake@gnu.org]) +AC_INIT([GNU Automake], [1.16], [bug-automake@gnu.org]) AC_CONFIG_SRCDIR([bin/automake.in]) AC_CONFIG_AUX_DIR([lib]) @@ -49,7 +49,7 @@ AC_SUBST([RELEASE_YEAR]) # The API version is the base version. We must guarantee # compatibility for all releases with the same API version. -APIVERSION=1.15a +APIVERSION=1.16 AC_SUBST([APIVERSION]) AC_SUBST([pkgvdatadir], ["\${datadir}/$PACKAGE-$APIVERSION"]) |