We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0d6f4e commit 6da8385Copy full SHA for 6da8385
1 file changed
configure.ac
@@ -37,9 +37,10 @@ AC_SUBST(PACKAGE_VERSION)
37
# ZeroMQ version 3.1: 3:0:0 (ABI version 3)
38
# ZeroMQ version 4.0: 4:0:0 (ABI version 4)
39
# ZeroMQ version 4.1: 5:0:0 (ABI version 5)
40
+# ZeroMQ version 4.2.0: 6:0:1 (ABI version 5)
41
#
42
# libzmq -version-info current:revision:age
-LTVER="5:0:0"
43
+LTVER="6:0:1"
44
AC_SUBST(LTVER)
45
46
# Take a copy of original flags
0 commit comments