mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 10:52:56 +01:00
Version bumped to 2.1.1
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This commit is contained in:
parent
bd0ba6e89a
commit
725ebce13c
@ -54,7 +54,7 @@ extern "C" {
|
||||
/* Version macros for compile-time API version detection */
|
||||
#define ZMQ_VERSION_MAJOR 2
|
||||
#define ZMQ_VERSION_MINOR 1
|
||||
#define ZMQ_VERSION_PATCH 0
|
||||
#define ZMQ_VERSION_PATCH 1
|
||||
|
||||
#define ZMQ_MAKE_VERSION(major, minor, patch) \
|
||||
((major) * 10000 + (minor) * 100 + (patch))
|
||||
|
Loading…
Reference in New Issue
Block a user