summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2011-12-19 15:43:38 +0100
committerMartin Sustrik <sustrik@250bpm.com>2011-12-19 15:43:38 +0100
commit6f32361fea61619fec94348de693a9e3ff8981e0 (patch)
tree54d5918cdb334cbbd2b87a91c151e225b463ce73 /include
parentdcb1d558a50c58dc9f3149ffa6bba65199c0200f (diff)
Version bumped to 3.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 ac350d3..5dc1146 100644
--- a/include/zmq.h
+++ b/include/zmq.h
@@ -57,7 +57,7 @@ extern "C" {
/* Version macros for compile-time API version detection */
#define ZMQ_VERSION_MAJOR 3
#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))