summaryrefslogtreecommitdiff
path: root/tools/travis-ci
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2022-05-13 19:02:54 +0200
committerEven Rouault <even.rouault@spatialys.com>2022-05-13 19:02:54 +0200
commit7065d2cd3f4ddf46a7b89969989079a3fe4cf306 (patch)
tree827058a64517dd3c5aef52c4e777087752ac8b30 /tools/travis-ci
parenta5891555eb49ed7cc26b2901ea680acda136d811 (diff)
abi_check.sh: Update version number for automatic abi check
Diffstat (limited to 'tools/travis-ci')
-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 cf47da8f..bf01fd4a 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.1"
-OPJ_LATEST_VERSION="2.4.0"
+OPJ_PREVIOUS_VERSION="2.4.0"
+OPJ_LATEST_VERSION="2.5.0"
if [ "${OPJ_PREVIOUS_VERSION:-}" != "" ]; then
OPJ_LIMIT_ABI_BUILDS="-limit 3"
else