Skip to content

Commit

Permalink
abi_check.sh: Update version number for automatic abi check (2.5.2->…
Browse files Browse the repository at this point in the history
…2.5.3)
  • Loading branch information
rouault committed Dec 9, 2024
1 parent 6e92b39 commit 4e3412d
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.0"
OPJ_LATEST_VERSION="2.5.1"
OPJ_PREVIOUS_VERSION="2.5.2"
OPJ_LATEST_VERSION="2.5.3"
if [ "${OPJ_PREVIOUS_VERSION:-}" != "" ]; then
OPJ_LIMIT_ABI_BUILDS="-limit 3"
else
Expand Down

0 comments on commit 4e3412d

Please sign in to comment.