diff options
| author | Antonin Descampe <antonin@gmail.com> | 2016-09-28 20:33:31 +0200 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2016-09-28 20:59:10 +0200 |
| commit | 5695ac15ff961fb56ecee8455bca325444f37694 (patch) | |
| tree | 0817280f3ae0f2dace1b127c936c9d750482543a | |
| parent | df5e8628f29a0138fcfe327527d2d0eda7c9c664 (diff) | |
Update abi-check scripts for v2.1.2
| -rw-r--r-- | tools/abi-tracker/openjpeg.json | 12 | ||||
| -rwxr-xr-x | tools/travis-ci/abi-check.sh | 2 |
2 files changed, 13 insertions, 1 deletions
diff --git a/tools/abi-tracker/openjpeg.json b/tools/abi-tracker/openjpeg.json index 62709718..ff0e1125 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.1.2", + "Installed": "installed/openjpeg/2.1.2", + "Source": "src/openjpeg/2.1.2/v2.1.2.tar.gz", + "Changelog": "CHANGELOG.md", + "HeadersDiff": "On", + "PkgDiff": "Off", + "ABIView": "Off", + "ABIDiff": "Off", + "PublicSymbols": "public_symbols/openjpeg/2.1.2/list", + "PublicTypes": "public_types/openjpeg/2.1.2/list" + }, + { "Number": "2.1.1", "Installed": "installed/openjpeg/2.1.1", "Source": "src/openjpeg/2.1.1/v2.1.1.tar.gz", diff --git a/tools/travis-ci/abi-check.sh b/tools/travis-ci/abi-check.sh index 2a50ce49..5f96ee5d 100755 --- a/tools/travis-ci/abi-check.sh +++ b/tools/travis-ci/abi-check.sh @@ -15,7 +15,7 @@ fi OPJ_UPLOAD_ABI_REPORT=0 #OPJ_PREVIOUS_VERSION="2.1" -OPJ_LATEST_VERSION="2.1.1" +OPJ_LATEST_VERSION="2.1.2" if [ "${OPJ_PREVIOUS_VERSION:-}" != "" ]; then OPJ_LIMIT_ABI_BUILDS="-limit 3" else |
