diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2022-05-13 20:17:42 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2022-05-13 20:17:42 +0200 |
| commit | e29604cfca3f5525b82fcb1220dd69d78628123f (patch) | |
| tree | 02a847afdd222897f1d952d9d3ff3d8cb79bbab4 /tools | |
| parent | 77e391cfe61ae8d0d251e2c7b083a0b9b1968927 (diff) | |
abi_check.sh: comment OPJ_PREVIOUS_VERSION
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/travis-ci/abi-check.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/travis-ci/abi-check.sh b/tools/travis-ci/abi-check.sh index bf01fd4a..c4eaa359 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.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" |
