Finalise ABI check update for v2.3.0

This commit is contained in:
Antonin Descampe 2017-10-04 23:17:04 -03:00
parent d322cc876f
commit acd915080e
1 changed files with 1 additions and 1 deletions

View File

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