From 6f32361fea61619fec94348de693a9e3ff8981e0 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Mon, 19 Dec 2011 15:43:38 +0100 Subject: Version bumped to 3.1.1 Signed-off-by: Martin Sustrik --- include/zmq.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/zmq.h b/include/zmq.h index ac350d3..5dc1146 100644 --- a/include/zmq.h +++ b/include/zmq.h @@ -57,7 +57,7 @@ extern "C" { /* Version macros for compile-time API version detection */ #define ZMQ_VERSION_MAJOR 3 #define ZMQ_VERSION_MINOR 1 -#define ZMQ_VERSION_PATCH 0 +#define ZMQ_VERSION_PATCH 1 #define ZMQ_MAKE_VERSION(major, minor, patch) \ ((major) * 10000 + (minor) * 100 + (patch)) -- cgit v1.2.3