diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2024-12-09 17:31:02 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2024-12-09 17:31:02 +0100 |
| commit | e2cf50f68a51f4bbe09c400d8bcfb522e9f2bef2 (patch) | |
| tree | ec329d48b5fe7340130d23c3224480ce2040a637 | |
| parent | 4e3412d0a0777a12fddf0b469fd09771a2678bad (diff) | |
Revert " abi_check.sh: Update version number for automatic abi check (2.5.2->2.5.3)"
This reverts commit 4e3412d0a0777a12fddf0b469fd09771a2678bad.
| -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 f99b8440..1935d113 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.5.2" -OPJ_LATEST_VERSION="2.5.3" +#OPJ_PREVIOUS_VERSION="2.5.0" +OPJ_LATEST_VERSION="2.5.1" if [ "${OPJ_PREVIOUS_VERSION:-}" != "" ]; then OPJ_LIMIT_ABI_BUILDS="-limit 3" else |
