From fe81827bd093aa6df5e5bf1bfbca479cad4ab53a Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Sat, 5 Nov 2011 10:18:38 +0100 Subject: [PATCH] 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 --- include/zmq.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/zmq.h b/include/zmq.h index ee2fe261c5..0263b434e7 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) \