Skip to content

Commit 4e3412d

Browse files
committed
abi_check.sh: Update version number for automatic abi check (2.5.2->2.5.3)
1 parent 6e92b39 commit 4e3412d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/travis-ci/abi-check.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ if [ "${OPJ_CI_CXX:-}" != "" ]; then
2424
fi
2525

2626
OPJ_UPLOAD_ABI_REPORT=0
27-
#OPJ_PREVIOUS_VERSION="2.5.0"
28-
OPJ_LATEST_VERSION="2.5.1"
27+
OPJ_PREVIOUS_VERSION="2.5.2"
28+
OPJ_LATEST_VERSION="2.5.3"
2929
if [ "${OPJ_PREVIOUS_VERSION:-}" != "" ]; then
3030
OPJ_LIMIT_ABI_BUILDS="-limit 3"
3131
else

0 commit comments

Comments
 (0)