summaryrefslogtreecommitdiff
path: root/include/zmq.h
diff options
context:
space:
mode:
authorMartin Lucina <mato@kotelna.sk>2011-04-07 15:37:46 +0200
committerMartin Lucina <martin@lucina.net>2012-01-23 08:53:43 +0100
commit8eea9178e40abf16c0e469465a58fba3beaaf754 (patch)
treeda36e07db727b5c30c8e5c7745275b9d6d48131f /include/zmq.h
parent3e20cb1b8a2b1ca222011df37334e5f4f88dd565 (diff)
parent8e61b98c5e2943b149c825310b24e714a6127072 (diff)
Imported Debian patch 2.1.4-1debian/2.1.4-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 6cdb085..6cb61b1 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 3
+#define ZMQ_VERSION_PATCH 4
#define ZMQ_MAKE_VERSION(major, minor, patch) \
((major) * 10000 + (minor) * 100 + (patch))