diff options
| author | Antonin Descampe <antonin@gmail.com> | 2017-10-04 22:59:08 -0300 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2017-10-04 22:59:08 -0300 |
| commit | d322cc876f976a88328c00c148e5a5536f5c1b56 (patch) | |
| tree | af34e9c5392fd8e1e87a196f6ea44af9a9b067ed /tools/travis-ci | |
| parent | 081de4b15f54cb4482035b7bf5e3fb443e4bc84b (diff) | |
Update ABI check for v2.3.0
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 34c0d314..cc58c355 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.2" -OPJ_LATEST_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" else |
