Skip to content

Commit bc0f8d5

Browse files
committed
Updated development master to 4.2.x
1 parent 7f849b8 commit bc0f8d5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

NEWS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
0MQ version 4.0.5 stable, released on 2014/10/14
28
================================================
39

include/zmq.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
/* Version macros for compile-time API version detection */
3232
#define ZMQ_VERSION_MAJOR 4
33-
#define ZMQ_VERSION_MINOR 1
33+
#define ZMQ_VERSION_MINOR 2
3434
#define ZMQ_VERSION_PATCH 0
3535

3636
#define ZMQ_MAKE_VERSION(major, minor, patch) \

0 commit comments

Comments
 (0)