mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-14 09:47:56 +08:00
Version number increased.
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This commit is contained in:
parent
53d1677c8b
commit
710615cdab
@ -48,7 +48,7 @@ extern "C" {
|
||||
/* Version macros for compile-time API version detection */
|
||||
#define ZMQ_VERSION_MAJOR 2
|
||||
#define ZMQ_VERSION_MINOR 0
|
||||
#define ZMQ_VERSION_PATCH 10
|
||||
#define ZMQ_VERSION_PATCH 11
|
||||
|
||||
#define ZMQ_MAKE_VERSION(major, minor, patch) \
|
||||
((major) * 10000 + (minor) * 100 + (patch))
|
||||
|
Loading…
x
Reference in New Issue
Block a user