update api/abi tracker
[openjpeg.git] / tools / travis-ci / abi-check.sh
index 2bc19cacd2881ffc9bb8070f612cdd52217454a0..148dbe4051b3cbad8753389d7dc9d55bb61d840b 100755 (executable)
@@ -14,7 +14,7 @@ if [ "${OPJ_CI_ABI_CHECK:-}" != "1" ]; then
 fi
 
 OPJ_UPLOAD_ABI_REPORT=0
-OPJ_LATEST_VERSION="2.1"
+OPJ_LATEST_VERSION="2.1.1"
 OPJ_LIMIT_ABI_BUILDS="-limit 2"
 OPJ_REPO="https://github.com/uclouvain/openjpeg.git"
 OPJ_SSH_REPO=${OPJ_REPO/https:\/\/github.com\//git@github.com:}