summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2024-12-09 17:31:02 +0100
committerEven Rouault <even.rouault@spatialys.com>2024-12-09 17:31:02 +0100
commite2cf50f68a51f4bbe09c400d8bcfb522e9f2bef2 (patch)
treeec329d48b5fe7340130d23c3224480ce2040a637 /tools
parent4e3412d0a0777a12fddf0b469fd09771a2678bad (diff)
Revert " abi_check.sh: Update version number for automatic abi check (2.5.2->2.5.3)"
This reverts commit 4e3412d0a0777a12fddf0b469fd09771a2678bad.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/travis-ci/abi-check.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/travis-ci/abi-check.sh b/tools/travis-ci/abi-check.sh
index f99b8440..1935d113 100755
--- a/tools/travis-ci/abi-check.sh
+++ b/tools/travis-ci/abi-check.sh
@@ -24,8 +24,8 @@ if [ "${OPJ_CI_CXX:-}" != "" ]; then
fi
OPJ_UPLOAD_ABI_REPORT=0
-OPJ_PREVIOUS_VERSION="2.5.2"
-OPJ_LATEST_VERSION="2.5.3"
+#OPJ_PREVIOUS_VERSION="2.5.0"
+OPJ_LATEST_VERSION="2.5.1"
if [ "${OPJ_PREVIOUS_VERSION:-}" != "" ]; then
OPJ_LIMIT_ABI_BUILDS="-limit 3"
else