From 4e6eff3597649782def55fc1dfeeec92cec4b15e Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 14 Jul 2024 08:39:46 -0700 Subject: [PATCH] maint: it seems APIVERSION only changes for minor/major releases. * configure.ac (APIVERSION): back to 1.17 (from 1.17.0.90). * m4/amversion.m4: likewise (auto-updated). --- configure.ac | 2 +- m4/amversion.m4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 4e3ea3954..54cd709d1 100644 --- a/configure.ac +++ b/configure.ac @@ -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.17.0.90 +APIVERSION=1.17 AC_SUBST([APIVERSION]) AC_SUBST([pkgvdatadir], ["\${datadir}/$PACKAGE-$APIVERSION"]) diff --git a/m4/amversion.m4 b/m4/amversion.m4 index cb2d64091..eaf900ea7 100644 --- a/m4/amversion.m4 +++ b/m4/amversion.m4 @@ -12,7 +12,7 @@ # 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.17.0.90' +[am__api_version='1.17' 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.17.0.90], [], -- 2.47.2