abi_check.sh: Update version number for automatic abi check (2.5.0->2.5.1)
[openjpeg.git] / tools / travis-ci / abi-check.sh
index c4eaa35936f907cf72d9edf3bbcdb858225a6619..faefa0ccc43b1ef482a5c9c0b2a42c91e652394c 100755 (executable)
@@ -24,8 +24,8 @@ if [ "${OPJ_CI_CXX:-}" != "" ]; then
 fi
 
 OPJ_UPLOAD_ABI_REPORT=0
-#OPJ_PREVIOUS_VERSION="2.4.0"
-OPJ_LATEST_VERSION="2.5.0"
+OPJ_PREVIOUS_VERSION="2.5.0"
+OPJ_LATEST_VERSION="2.5.1"
 if [ "${OPJ_PREVIOUS_VERSION:-}" != "" ]; then
        OPJ_LIMIT_ABI_BUILDS="-limit 3"
 else