summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-12-29 14:46:50 +0100
committerEven Rouault <even.rouault@spatialys.com>2020-12-29 14:46:50 +0100
commitb93996d5e018b3d9525acf406053d8b46240f914 (patch)
tree711c1f9624194ac20669812cd8f5a748535f5173 /tools
parentb897e2cb369b6944d791209f491f382a983cda87 (diff)
abi_check.sh: Update version number for automatic abi check
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 4c0a8387..fc5d558f 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.3.0"
-OPJ_LATEST_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"
else