abi_check.sh: Update version number for automatic abi check
authorEven Rouault <even.rouault@spatialys.com>
Tue, 29 Dec 2020 13:46:50 +0000 (14:46 +0100)
committerEven Rouault <even.rouault@spatialys.com>
Tue, 29 Dec 2020 13:46:50 +0000 (14:46 +0100)
tools/travis-ci/abi-check.sh

index 4c0a8387ed792112c2d50cbf596ebbe51ab89e4d..fc5d558f209c8edd0752aa23b41da70bab8fe5a0 100755 (executable)
@@ -24,8 +24,8 @@ if [ "${OPJ_CI_CXX:-}" != "" ]; then
 fi
 
 OPJ_UPLOAD_ABI_REPORT=0
-#OPJ_PREVIOUS_VERSION="2.3.0"
-OPJ_LATEST_VERSION="2.3.1"
+OPJ_PREVIOUS_VERSION="2.3.1"
+OPJ_LATEST_VERSION="2.4.0"
 if [ "${OPJ_PREVIOUS_VERSION:-}" != "" ]; then
        OPJ_LIMIT_ABI_BUILDS="-limit 3"
 else