fix abi-check
[openjpeg.git] / tools / travis-ci / abi-check.sh
index 5f96ee5d8c116913d095d9a88bc72e4fee479c22..ec9d89b84098ca52a485f20fd6beb9d35c6b0433 100755 (executable)
@@ -14,7 +14,7 @@ if [ "${OPJ_CI_ABI_CHECK:-}" != "1" ]; then
 fi
 
 OPJ_UPLOAD_ABI_REPORT=0
-#OPJ_PREVIOUS_VERSION="2.1"
+OPJ_PREVIOUS_VERSION="2.1.1"
 OPJ_LATEST_VERSION="2.1.2"
 if [ "${OPJ_PREVIOUS_VERSION:-}" != "" ]; then
        OPJ_LIMIT_ABI_BUILDS="-limit 3"