From: Antonin Descampe Date: Thu, 5 Oct 2017 02:17:04 +0000 (-0300) Subject: Finalise ABI check update for v2.3.0 X-Git-Tag: v2.3.1~58 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=acd915080e7a63d1892171533ec245e629c88116;p=openjpeg Finalise ABI check update for v2.3.0 --- diff --git a/tools/travis-ci/abi-check.sh b/tools/travis-ci/abi-check.sh index cc58c355..239c2805 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.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"