Skip to content

Commit

Permalink
Revert " abi_check.sh: Update version number for automatic abi check …
Browse files Browse the repository at this point in the history
…(2.5.2->2.5.3)"

This reverts commit 4e3412d.
  • Loading branch information
rouault committed Dec 9, 2024
1 parent 4e3412d commit e2cf50f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/travis-ci/abi-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e2cf50f

Please sign in to comment.