Update version number for automatic abi check

This commit is contained in:
Antonin Descampe 2019-04-02 15:12:59 +02:00
parent 5709632545
commit 291e45bb04
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.2.0"
OPJ_LATEST_VERSION="2.3.0"
OPJ_PREVIOUS_VERSION="2.3.0"
OPJ_LATEST_VERSION="2.3.1"
if [ "${OPJ_PREVIOUS_VERSION:-}" != "" ]; then
OPJ_LIMIT_ABI_BUILDS="-limit 3"
else