summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-12-29 15:01:40 +0100
committerEven Rouault <even.rouault@spatialys.com>2020-12-29 15:01:40 +0100
commit43b8ddc6af015715b2fbda2052a17b29d1538df7 (patch)
tree475c39db2f18ff8a647620cca833bb46bfc856e2 /tools
parentb93996d5e018b3d9525acf406053d8b46240f914 (diff)
Comment back opj_previous_version in abi_check.sh
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 fc5d558f..21ad9dc8 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.3.1"
+#OPJ_PREVIOUS_VERSION="2.3.1"
OPJ_LATEST_VERSION="2.4.0"
if [ "${OPJ_PREVIOUS_VERSION:-}" != "" ]; then
OPJ_LIMIT_ABI_BUILDS="-limit 3"