mirror of
https://github.com/zeromq/libzmq.git
synced 2025-07-05 10:00:04 +02:00
Version bumped to 2.2.0
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This commit is contained in:
parent
43e8868875
commit
820fec7f28
@ -53,8 +53,8 @@ extern "C" {
|
||||
|
||||
/* Version macros for compile-time API version detection */
|
||||
#define ZMQ_VERSION_MAJOR 2
|
||||
#define ZMQ_VERSION_MINOR 1
|
||||
#define ZMQ_VERSION_PATCH 1
|
||||
#define ZMQ_VERSION_MINOR 2
|
||||
#define ZMQ_VERSION_PATCH 0
|
||||
|
||||
#define ZMQ_MAKE_VERSION(major, minor, patch) \
|
||||
((major) * 10000 + (minor) * 100 + (patch))
|
||||
|
Loading…
x
Reference in New Issue
Block a user