summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2011-11-05 10:18:38 +0100
committerMartin Sustrik <sustrik@250bpm.com>2011-11-05 10:18:38 +0100
commitfe81827bd093aa6df5e5bf1bfbca479cad4ab53a (patch)
tree4990d6634d9eb41b6c69ca989473e53f15bfd214
parent21a0b49834734919a48301fbbb354f8c75c6d1ad (diff)
Version changed to 3.1.0
This version downgrade is done because of the previous refatoring. It removed all the new features and reintroduced some of the old ones (identities). Thus, it made trunk much closer to existing 3.0 branch than it used to be. Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
-rw-r--r--include/zmq.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/zmq.h b/include/zmq.h
index ee2fe26..0263b43 100644
--- a/include/zmq.h
+++ b/include/zmq.h
@@ -55,8 +55,8 @@ extern "C" {
/******************************************************************************/
/* Version macros for compile-time API version detection */
-#define ZMQ_VERSION_MAJOR 4
-#define ZMQ_VERSION_MINOR 0
+#define ZMQ_VERSION_MAJOR 3
+#define ZMQ_VERSION_MINOR 1
#define ZMQ_VERSION_PATCH 0
#define ZMQ_MAKE_VERSION(major, minor, patch) \