diff options
| author | Antonin Descampe <antonin@gmail.com> | 2016-09-28 20:33:31 +0200 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2016-09-28 20:59:10 +0200 |
| commit | 5695ac15ff961fb56ecee8455bca325444f37694 (patch) | |
| tree | 0817280f3ae0f2dace1b127c936c9d750482543a /tools/travis-ci | |
| parent | df5e8628f29a0138fcfe327527d2d0eda7c9c664 (diff) | |
Update abi-check scripts for v2.1.2
Diffstat (limited to 'tools/travis-ci')
| -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 2a50ce49..5f96ee5d 100755 --- a/tools/travis-ci/abi-check.sh +++ b/tools/travis-ci/abi-check.sh @@ -15,7 +15,7 @@ fi OPJ_UPLOAD_ABI_REPORT=0 #OPJ_PREVIOUS_VERSION="2.1" -OPJ_LATEST_VERSION="2.1.1" +OPJ_LATEST_VERSION="2.1.2" if [ "${OPJ_PREVIOUS_VERSION:-}" != "" ]; then OPJ_LIMIT_ABI_BUILDS="-limit 3" else |
