diff options
| author | Antonin Descampe <antonin@gmail.com> | 2016-09-29 20:23:01 +0200 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2016-09-29 20:23:01 +0200 |
| commit | cc0c71c30b2f9c3c28b67a027b39df1fda0d1c9b (patch) | |
| tree | 9fe558028727cd02d4028ebea38c7e5b4c62662c | |
| parent | 5695ac15ff961fb56ecee8455bca325444f37694 (diff) | |
fix abi-check
| -rwxr-xr-x | tools/travis-ci/abi-check.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/travis-ci/abi-check.sh b/tools/travis-ci/abi-check.sh index 5f96ee5d..ec9d89b8 100755 --- a/tools/travis-ci/abi-check.sh +++ b/tools/travis-ci/abi-check.sh @@ -14,7 +14,7 @@ if [ "${OPJ_CI_ABI_CHECK:-}" != "1" ]; then fi OPJ_UPLOAD_ABI_REPORT=0 -#OPJ_PREVIOUS_VERSION="2.1" +OPJ_PREVIOUS_VERSION="2.1.1" OPJ_LATEST_VERSION="2.1.2" if [ "${OPJ_PREVIOUS_VERSION:-}" != "" ]; then OPJ_LIMIT_ABI_BUILDS="-limit 3" |
