abi_check.sh: comment OPJ_PREVIOUS_VERSION
authorEven Rouault <even.rouault@spatialys.com>
Fri, 13 May 2022 18:17:42 +0000 (20:17 +0200)
committerEven Rouault <even.rouault@spatialys.com>
Fri, 13 May 2022 18:17:42 +0000 (20:17 +0200)
tools/travis-ci/abi-check.sh

index bf01fd4ad35b1c51c1a80f504ad2d16a6141233d..c4eaa35936f907cf72d9edf3bbcdb858225a6619 100755 (executable)
@@ -24,7 +24,7 @@ if [ "${OPJ_CI_CXX:-}" != "" ]; then
 fi
 
 OPJ_UPLOAD_ABI_REPORT=0
-OPJ_PREVIOUS_VERSION="2.4.0"
+#OPJ_PREVIOUS_VERSION="2.4.0"
 OPJ_LATEST_VERSION="2.5.0"
 if [ "${OPJ_PREVIOUS_VERSION:-}" != "" ]; then
        OPJ_LIMIT_ABI_BUILDS="-limit 3"