mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 10:33:52 +01:00
Set libzmq ABI version to 3
libzmq master (3.1) is not ABI compatible with libzmq 2.1.x or 3.0 (removed functionality), hence the ABI version needs to be set to 3. Signed-off-by: Martin Lucina <martin@lucina.net>
This commit is contained in:
parent
c79abee6bc
commit
27524908c1
@ -25,11 +25,13 @@ AC_SUBST(PACKAGE_VERSION)
|
||||
#
|
||||
# Changes:
|
||||
#
|
||||
# ZeroMQ versions prior to 2.1.0 use 0.0.0 ("unstable")
|
||||
# ZeroMQ version 2.1.0: 1:0:0
|
||||
# ZeroMQ versions prior to 2.1.0 use 0:0:0 (undefined)
|
||||
# ZeroMQ versions 2.1.x: 1:0:0 (ABI version 1)
|
||||
# ZeroMQ version 3.0: 2:0:0 (ABI version 2)
|
||||
# ZeroMQ version 3.1: 3:0:0 (ABI version 3)
|
||||
#
|
||||
# libzmq -version-info current:revision:age
|
||||
LTVER="1:0:0"
|
||||
LTVER="3:0:0"
|
||||
AC_SUBST(LTVER)
|
||||
|
||||
# Take a copy of original flags
|
||||
|
Loading…
Reference in New Issue
Block a user