From: Antonin Descampe Date: Thu, 10 Aug 2017 04:51:16 +0000 (-0700) Subject: Comment back previous version in abi-check.sh X-Git-Tag: v2.3.0~90 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=07c2fe28b0ef3dc9f168f2b2c449275ac1dde981;p=openjpeg Comment back previous version in abi-check.sh --- diff --git a/tools/travis-ci/abi-check.sh b/tools/travis-ci/abi-check.sh index ff1808b8..34c0d314 100755 --- a/tools/travis-ci/abi-check.sh +++ b/tools/travis-ci/abi-check.sh @@ -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"