From 820fec7f28b54dc5fc16a38eceb405e9af41260c Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Tue, 22 Feb 2011 21:43:52 +0100 Subject: Version bumped to 2.2.0 Signed-off-by: Martin Sustrik --- include/zmq.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/zmq.h') diff --git a/include/zmq.h b/include/zmq.h index e56b5ed..ac31cba 100644 --- a/include/zmq.h +++ b/include/zmq.h @@ -53,8 +53,8 @@ extern "C" { /* Version macros for compile-time API version detection */ #define ZMQ_VERSION_MAJOR 2 -#define ZMQ_VERSION_MINOR 1 -#define ZMQ_VERSION_PATCH 1 +#define ZMQ_VERSION_MINOR 2 +#define ZMQ_VERSION_PATCH 0 #define ZMQ_MAKE_VERSION(major, minor, patch) \ ((major) * 10000 + (minor) * 100 + (patch)) -- cgit v1.2.3