summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAntonin Descampe <antonin@gmail.com>2017-10-04 23:17:04 -0300
committerAntonin Descampe <antonin@gmail.com>2017-10-04 23:17:04 -0300
commitacd915080e7a63d1892171533ec245e629c88116 (patch)
tree7ad3ccbf53273e51374ff069e1d172dec6a9d21a /tools
parentd322cc876f976a88328c00c148e5a5536f5c1b56 (diff)
Finalise ABI check update for v2.3.0
Diffstat (limited to 'tools')
-rwxr-xr-xtools/travis-ci/abi-check.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/travis-ci/abi-check.sh b/tools/travis-ci/abi-check.sh
index cc58c355..239c2805 100755
--- a/tools/travis-ci/abi-check.sh
+++ b/tools/travis-ci/abi-check.sh
@@ -24,7 +24,7 @@ if [ "${OPJ_CI_CXX:-}" != "" ]; then
fi
OPJ_UPLOAD_ABI_REPORT=0
-OPJ_PREVIOUS_VERSION="2.2.0"
+#OPJ_PREVIOUS_VERSION="2.2.0"
OPJ_LATEST_VERSION="2.3.0"
if [ "${OPJ_PREVIOUS_VERSION:-}" != "" ]; then
OPJ_LIMIT_ABI_BUILDS="-limit 3"