We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f849b8 commit bc0f8d5Copy full SHA for bc0f8d5
NEWS
@@ -1,3 +1,9 @@
1
+0MQ version 4.1.0 rc1, released on 2014/10/14
2
+=============================================
3
+
4
+* Many changes, see ChangeLog.
5
6
7
0MQ version 4.0.5 stable, released on 2014/10/14
8
================================================
9
include/zmq.h
@@ -30,7 +30,7 @@
30
31
/* Version macros for compile-time API version detection */
32
#define ZMQ_VERSION_MAJOR 4
33
-#define ZMQ_VERSION_MINOR 1
+#define ZMQ_VERSION_MINOR 2
34
#define ZMQ_VERSION_PATCH 0
35
36
#define ZMQ_MAKE_VERSION(major, minor, patch) \
0 commit comments