From 918e3c83e69e4c61c19d5a6f6b787b12c3c08c56 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Sat, 17 Feb 2024 16:05:35 +0100 Subject: [PATCH] CI: update ABI-stability base Use the 3.3.0 tag's hash as the beginning of ABI-stability. --- ci/abicheck.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ci/abicheck.sh b/ci/abicheck.sh index 5ce509905..56166d88b 100755 --- a/ci/abicheck.sh +++ b/ci/abicheck.sh @@ -13,10 +13,8 @@ # The base version can be a tag or git-hash; it will be checked-out # in a worktree. # -# Note that the hash here now is 3.3-alpha1, when ABI -# compatibility was not expected much. From 3.3-beta, -# whenever that is, ABI compatibility should be more of a concern. -BASE_VERSION=0c794183936b6d916a109784829e605cc4582e9f +# Note that the hash here corresponds to v3.3.0 . +BASE_VERSION=1d8a1972422d83c36f2b934c2629ae1f564c0428 ### Build a tree and cache the ABI info into ci/ #