abi_check.sh: comment OPJ_PREVIOUS_VERSION

This commit is contained in:
Even Rouault 2022-05-13 20:17:42 +02:00
parent 77e391cfe6
commit e29604cfca
No known key found for this signature in database
GPG Key ID: 33EBBFC47B3DD87D
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ if [ "${OPJ_CI_CXX:-}" != "" ]; then
fi fi
OPJ_UPLOAD_ABI_REPORT=0 OPJ_UPLOAD_ABI_REPORT=0
OPJ_PREVIOUS_VERSION="2.4.0" #OPJ_PREVIOUS_VERSION="2.4.0"
OPJ_LATEST_VERSION="2.5.0" OPJ_LATEST_VERSION="2.5.0"
if [ "${OPJ_PREVIOUS_VERSION:-}" != "" ]; then if [ "${OPJ_PREVIOUS_VERSION:-}" != "" ]; then
OPJ_LIMIT_ABI_BUILDS="-limit 3" OPJ_LIMIT_ABI_BUILDS="-limit 3"