diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2024-02-26 15:25:08 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2024-02-26 15:25:08 +0100 |
| commit | 13789f65b4f9217a377bd1c379ea00909d39ec04 (patch) | |
| tree | 68d850cd35c2c123ca3848a5d9bdcd68013778ea /tools | |
| parent | 14d03e8ed5dcdb8552c8a4c7c9a383b29a6891cb (diff) | |
abi_check.sh: Update version number for automatic abi check (2.5.0->2.5.1)
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 c4eaa359..faefa0cc 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.4.0" -OPJ_LATEST_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" else |
