diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-12-29 14:46:50 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-12-29 14:46:50 +0100 |
| commit | b93996d5e018b3d9525acf406053d8b46240f914 (patch) | |
| tree | 711c1f9624194ac20669812cd8f5a748535f5173 /tools | |
| parent | b897e2cb369b6944d791209f491f382a983cda87 (diff) | |
abi_check.sh: Update version number for automatic abi check
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/travis-ci/abi-check.sh | 4 |
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 |
