diff options
| author | Antonin Descampe <antonin@gmail.com> | 2019-04-02 15:12:59 +0200 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2019-04-02 15:12:59 +0200 |
| commit | 291e45bb045e63334729ad9a894595f8e1e2b2c7 (patch) | |
| tree | d65c2d05a1214ef80b07b2e03f48f6aaee2c35ee | |
| parent | 57096325457f96d8cd07bd3af04fe81d7a2ba788 (diff) | |
Update version number for automatic abi check
| -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 4350d375..770e1bb3 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.2.0" -OPJ_LATEST_VERSION="2.3.0" +OPJ_PREVIOUS_VERSION="2.3.0" +OPJ_LATEST_VERSION="2.3.1" if [ "${OPJ_PREVIOUS_VERSION:-}" != "" ]; then OPJ_LIMIT_ABI_BUILDS="-limit 3" else |
