summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2024-02-26 15:34:07 +0100
committerEven Rouault <even.rouault@spatialys.com>2024-02-26 15:34:07 +0100
commit86a1b0dd043cda945f5bdd6b8ea71ae3dbaf07e3 (patch)
treedab918c0cf45f3a45588e95e27f435ac029d6675 /tools
parent13789f65b4f9217a377bd1c379ea00909d39ec04 (diff)
abi_check.sh: comment OPJ_PREVIOUS_VERSION
Diffstat (limited to 'tools')
-rwxr-xr-xtools/travis-ci/abi-check.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/travis-ci/abi-check.sh b/tools/travis-ci/abi-check.sh
index faefa0cc..154fb290 100755
--- a/tools/travis-ci/abi-check.sh
+++ b/tools/travis-ci/abi-check.sh
@@ -24,7 +24,7 @@ if [ "${OPJ_CI_CXX:-}" != "" ]; then
fi
OPJ_UPLOAD_ABI_REPORT=0
-OPJ_PREVIOUS_VERSION="2.5.0"
+#OPJ_PREVIOUS_VERSION="2.5.0"
OPJ_LATEST_VERSION="2.5.1"
if [ "${OPJ_PREVIOUS_VERSION:-}" != "" ]; then
OPJ_LIMIT_ABI_BUILDS="-limit 3"