abi_check.sh: Update version number for automatic abi check

This commit is contained in:
Even Rouault 2022-05-13 19:02:54 +02:00
parent a5891555eb
commit 7065d2cd3f
No known key found for this signature in database
GPG Key ID: 33EBBFC47B3DD87D
1 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@ if [ "${OPJ_CI_CXX:-}" != "" ]; then
fi
OPJ_UPLOAD_ABI_REPORT=0
#OPJ_PREVIOUS_VERSION="2.3.1"
OPJ_LATEST_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"
else