Comment back previous version in abi-check.sh

This commit is contained in:
Antonin Descampe 2017-08-09 21:51:16 -07:00
parent c5987173c5
commit 07c2fe28b0
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.1.2"
#OPJ_PREVIOUS_VERSION="2.1.2"
OPJ_LATEST_VERSION="2.2.0"
if [ "${OPJ_PREVIOUS_VERSION:-}" != "" ]; then
OPJ_LIMIT_ABI_BUILDS="-limit 3"