summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2011-01-11 21:12:51 +0100
committerMartin Sustrik <sustrik@250bpm.com>2011-01-11 21:12:51 +0100
commit725ebce13ca7871002063c4a254bf532d35ee878 (patch)
treeb86ee0d898d00f69650fbfc47d2e7a84dc03aa6e /include
parentbd0ba6e89a709cc8afbd5a7c3c4f9f533c428249 (diff)
Version bumped to 2.1.1
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'include')
-rw-r--r--include/zmq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zmq.h b/include/zmq.h
index 2852886..74b8987 100644
--- a/include/zmq.h
+++ b/include/zmq.h
@@ -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))