Revert "[MJ2] Avoid index out of bounds access to pi->include[]"
[openjpeg.git] / tools / travis-ci / abi-check.sh
index ff1808b83a5ab530933cedcc14eabf805a22dd9a..239c2805b9b7a550c4035275bd9c85553046584c 100755 (executable)
@@ -24,8 +24,8 @@ if [ "${OPJ_CI_CXX:-}" != "" ]; then
 fi
 
 OPJ_UPLOAD_ABI_REPORT=0
-OPJ_PREVIOUS_VERSION="2.1.2"
-OPJ_LATEST_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"
 else