From: Antonin Descampe Date: Tue, 2 Apr 2019 13:12:59 +0000 (+0200) Subject: Update version number for automatic abi check X-Git-Tag: v2.4.0~53 X-Git-Url: https://main.carlh.net/gitweb/?p=openjpeg.git;a=commitdiff_plain;h=291e45bb045e63334729ad9a894595f8e1e2b2c7 Update version number for automatic abi check --- diff --git a/tools/travis-ci/abi-check.sh b/tools/travis-ci/abi-check.sh index 4350d375..770e1bb3 100755 --- a/tools/travis-ci/abi-check.sh +++ b/tools/travis-ci/abi-check.sh @@ -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