mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-17 08:34:00 +00:00
Release notes for 4.0.3
This commit is contained in:
parent
c022c048dc
commit
4363b75b4d
10
NEWS
10
NEWS
@ -1,3 +1,13 @@
|
|||||||
|
0MQ version 4.0.3 stable, released on 2013/11/24
|
||||||
|
================================================
|
||||||
|
|
||||||
|
Bug Fixes
|
||||||
|
---------
|
||||||
|
|
||||||
|
* Fixed test_many_sockets case, which failed when process socket limit
|
||||||
|
was 1024.
|
||||||
|
|
||||||
|
|
||||||
0MQ version 4.0.2 stable, released on 2013/11/24
|
0MQ version 4.0.2 stable, released on 2013/11/24
|
||||||
================================================
|
================================================
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
/* Version macros for compile-time API version detection */
|
/* Version macros for compile-time API version detection */
|
||||||
#define ZMQ_VERSION_MAJOR 4
|
#define ZMQ_VERSION_MAJOR 4
|
||||||
#define ZMQ_VERSION_MINOR 0
|
#define ZMQ_VERSION_MINOR 0
|
||||||
#define ZMQ_VERSION_PATCH 2
|
#define ZMQ_VERSION_PATCH 3
|
||||||
|
|
||||||
#define ZMQ_MAKE_VERSION(major, minor, patch) \
|
#define ZMQ_MAKE_VERSION(major, minor, patch) \
|
||||||
((major) * 10000 + (minor) * 100 + (patch))
|
((major) * 10000 + (minor) * 100 + (patch))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user