Commit 710615cd authored by Martin Sustrik's avatar Martin Sustrik

Version number increased.

Signed-off-by: 's avatarMartin Sustrik <sustrik@250bpm.com>
parent 53d1677c
......@@ -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))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment