We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc70c82 + 6da8385 commit 8cf4832Copy full SHA for 8cf4832
2 files changed
NEWS
@@ -1,3 +1,9 @@
1
+0MQ version 4.2.0 rc1, released on 2016/11/01
2
+=============================================
3
+
4
+* Many changes, see ChangeLog.
5
6
7
0MQ version 4.1.0 rc1, released on 2014/10/14
8
=============================================
9
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