summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-10-16 00:47:31 +0200
committerMartin Sustrik <sustrik@250bpm.com>2010-10-16 00:47:31 +0200
commit710615cdab8c8e500c259bb27df2af70f5ae8275 (patch)
tree3aa676267964f8e636d7fa39a0ec9a31e8088794 /include
parent53d1677c8b0f85e309c6a067b47c80dedcffb5aa (diff)
Version number increased.
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 1cb6c03..9afd8e1 100644
--- a/include/zmq.h
+++ b/include/zmq.h
@@ -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))