summaryrefslogtreecommitdiff
path: root/include/zmq.h
diff options
context:
space:
mode:
authorMartin Lucina <mato@kotelna.sk>2011-10-03 17:09:06 +0200
committerMartin Lucina <martin@lucina.net>2012-01-23 08:54:33 +0100
commitc3363afa881b46f3df8a6b72ed15cfbac18f4713 (patch)
tree832e8075a038b49f81e8a7635344f1647007fd15 /include/zmq.h
parent88f712b4a31c95caef4f34c4ec65793c392314a6 (diff)
parent978e33ba253a997b41b331b449b474a5cee7bccc (diff)
Imported Debian patch 2.1.10-1debian/2.1.10-1
Diffstat (limited to 'include/zmq.h')
-rw-r--r--include/zmq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zmq.h b/include/zmq.h
index a897888..0184569 100644
--- a/include/zmq.h
+++ b/include/zmq.h
@@ -55,7 +55,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 9
+#define ZMQ_VERSION_PATCH 10
#define ZMQ_MAKE_VERSION(major, minor, patch) \
((major) * 10000 + (minor) * 100 + (patch))