From 6da8385b2a7b5306cbfe66078d5567f5e8f728e1 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Tue, 1 Nov 2016 13:18:21 +0000 Subject: [PATCH] Problem: new public symbols added Solution: bump ABI version fromo 5:0:0 to 6:0:1 since 4.2 is backward compatible with 4.1, but new symbols are there --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 91216fb9..1af1c0f9 100644 --- a/configure.ac +++ b/configure.ac @@ -37,9 +37,10 @@ AC_SUBST(PACKAGE_VERSION) # ZeroMQ version 3.1: 3:0:0 (ABI version 3) # ZeroMQ version 4.0: 4:0:0 (ABI version 4) # ZeroMQ version 4.1: 5:0:0 (ABI version 5) +# ZeroMQ version 4.2.0: 6:0:1 (ABI version 5) # # libzmq -version-info current:revision:age -LTVER="5:0:0" +LTVER="6:0:1" AC_SUBST(LTVER) # Take a copy of original flags