diff options
| author | Antonin Descampe <antonin@gmail.com> | 2017-10-04 23:17:04 -0300 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2017-10-04 23:17:04 -0300 |
| commit | acd915080e7a63d1892171533ec245e629c88116 (patch) | |
| tree | 7ad3ccbf53273e51374ff069e1d172dec6a9d21a /tools | |
| parent | d322cc876f976a88328c00c148e5a5536f5c1b56 (diff) | |
Finalise ABI check update for v2.3.0
Diffstat (limited to 'tools')
| -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 cc58c355..239c2805 100755 --- a/tools/travis-ci/abi-check.sh +++ b/tools/travis-ci/abi-check.sh @@ -24,7 +24,7 @@ if [ "${OPJ_CI_CXX:-}" != "" ]; then fi OPJ_UPLOAD_ABI_REPORT=0 -OPJ_PREVIOUS_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" |
