From 710615cdab8c8e500c259bb27df2af70f5ae8275 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Sat, 16 Oct 2010 00:47:31 +0200 Subject: Version number increased. 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 1cb6c03..9afd8e1 100644 --- a/include/zmq.h +++ b/include/zmq.h @@ -48,7 +48,7 @@ extern "C" { /* Version macros for compile-time API version detection */ #define ZMQ_VERSION_MAJOR 2 #define ZMQ_VERSION_MINOR 0 -#define ZMQ_VERSION_PATCH 10 +#define ZMQ_VERSION_PATCH 11 #define ZMQ_MAKE_VERSION(major, minor, patch) \ ((major) * 10000 + (minor) * 100 + (patch)) -- cgit v1.2.3