abi_check.sh: Update version number for automatic abi check
This commit is contained in:
parent
a5891555eb
commit
7065d2cd3f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue