summaryrefslogtreecommitdiff
path: root/include/zmq.h
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2011-07-15 08:11:42 +0200
committerMartin Sustrik <sustrik@250bpm.com>2011-07-15 08:11:42 +0200
commit73630de98aeb8add878b1d421aa2bfc22c735c63 (patch)
tree398023a5f224b9d755d83c836c686b9634a9612f /include/zmq.h
parent57c1342c683df3207094e8ec660e72812be37f9c (diff)
Version number bumped to 4.0.0
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
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 a97a2ff..fa319f5 100644
--- a/include/zmq.h
+++ b/include/zmq.h
@@ -53,7 +53,7 @@ extern "C" {
/******************************************************************************/
/* Version macros for compile-time API version detection */
-#define ZMQ_VERSION_MAJOR 3
+#define ZMQ_VERSION_MAJOR 4
#define ZMQ_VERSION_MINOR 0
#define ZMQ_VERSION_PATCH 0