automake-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[automake-commit] branch master updated: maint: it seems APIVERSION only


From: Karl Berry
Subject: [automake-commit] branch master updated: maint: it seems APIVERSION only changes for minor/major releases.
Date: Sun, 14 Jul 2024 11:40:09 -0400

This is an automated email from the git hooks/post-receive script.

karl pushed a commit to branch master
in repository automake.

View the commit online:
https://git.savannah.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=4e6eff3597649782def55fc1dfeeec92cec4b15e

The following commit(s) were added to refs/heads/master by this push:
     new 4e6eff359 maint: it seems APIVERSION only changes for minor/major 
releases.
4e6eff359 is described below

commit 4e6eff3597649782def55fc1dfeeec92cec4b15e
Author: Karl Berry <karl@freefriends.org>
AuthorDate: Sun Jul 14 08:39:46 2024 -0700

    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], [],



reply via email to

[Prev in Thread] Current Thread [Next in Thread]