Skip to content

Commit 6da8385

Browse files
committed
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
1 parent e0d6f4e commit 6da8385

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

configure.ac

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,10 @@ AC_SUBST(PACKAGE_VERSION)
3737
# ZeroMQ version 3.1: 3:0:0 (ABI version 3)
3838
# ZeroMQ version 4.0: 4:0:0 (ABI version 4)
3939
# ZeroMQ version 4.1: 5:0:0 (ABI version 5)
40+
# ZeroMQ version 4.2.0: 6:0:1 (ABI version 5)
4041
#
4142
# libzmq -version-info current:revision:age
42-
LTVER="5:0:0"
43+
LTVER="6:0:1"
4344
AC_SUBST(LTVER)
4445

4546
# Take a copy of original flags

0 commit comments

Comments
 (0)