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 | |
| parent | 3d7cde5fc9fbc5618d02160900d32e02ed12a00e (diff) | |
update abi-check for latest release
| -rw-r--r-- | tools/abi-tracker/openjpeg.json | 12 | ||||
| -rwxr-xr-x | tools/travis-ci/abi-check.sh | 4 |
2 files changed, 14 insertions, 2 deletions
diff --git a/tools/abi-tracker/openjpeg.json b/tools/abi-tracker/openjpeg.json index 192dd5fe..e2be3224 100644 --- a/tools/abi-tracker/openjpeg.json +++ b/tools/abi-tracker/openjpeg.json @@ -22,6 +22,18 @@ "PublicTypes": "public_types/openjpeg/current/list" }, { + "Number": "2.2.0", + "Installed": "installed/openjpeg/2.2.0", + "Source": "src/openjpeg/2.2.0/version.-2.2.0.tar.gz", + "Changelog": "CHANGELOG.md", + "HeadersDiff": "On", + "PkgDiff": "Off", + "ABIView": "Off", + "ABIDiff": "Off", + "PublicSymbols": "public_symbols/openjpeg/2.2.0/list", + "PublicTypes": "public_types/openjpeg/2.2.0/list" + }, + { "Number": "2.1.2", "Installed": "installed/openjpeg/2.1.2", "Source": "src/openjpeg/2.1.2/version.-2.1.2.tar.gz", 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 |
