Skip to content

Commit

Permalink
abi_check.sh: comment OPJ_PREVIOUS_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Dec 9, 2024
1 parent 672ecbb commit eb25a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/travis-ci/abi-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if [ "${OPJ_CI_CXX:-}" != "" ]; then
fi

OPJ_UPLOAD_ABI_REPORT=0
OPJ_PREVIOUS_VERSION="2.5.1"
#OPJ_PREVIOUS_VERSION="2.5.1"
OPJ_LATEST_VERSION="2.5.3"
if [ "${OPJ_PREVIOUS_VERSION:-}" != "" ]; then
OPJ_LIMIT_ABI_BUILDS="-limit 3"
Expand Down

0 comments on commit eb25a5e

Please sign in to comment.