diff options
| author | Antonin Descampe <antonin@gmail.com> | 2017-08-09 21:35:30 -0700 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2017-08-09 21:35:30 -0700 |
| commit | c5987173c5ca2d6fb140dd84d7ae7736824e6d66 (patch) | |
| tree | 59318c060fbbd9855ba496eac50a27f605b09c21 /tools/travis-ci | |
| parent | 3d7cde5fc9fbc5618d02160900d32e02ed12a00e (diff) | |
update abi-check for latest release
Diffstat (limited to 'tools/travis-ci')
| -rwxr-xr-x | tools/travis-ci/abi-check.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/travis-ci/abi-check.sh b/tools/travis-ci/abi-check.sh index eab921a8..ff1808b8 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.1.1" -OPJ_LATEST_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" else |
