summaryrefslogtreecommitdiff
path: root/include/zmq.h
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2011-02-22 21:43:52 +0100
committerMartin Sustrik <sustrik@250bpm.com>2011-02-22 21:43:52 +0100
commit820fec7f28b54dc5fc16a38eceb405e9af41260c (patch)
treef09dcf9820600b5a7add9bb2d67420b7c0f5e548 /include/zmq.h
parent43e8868875e1d5287979e5b9060a9b16be45cc79 (diff)
Version bumped to 2.2.0
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'include/zmq.h')
-rw-r--r--include/zmq.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/zmq.h b/include/zmq.h
index e56b5ed..ac31cba 100644
--- a/include/zmq.h
+++ b/include/zmq.h
@@ -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))