From 73630de98aeb8add878b1d421aa2bfc22c735c63 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Fri, 15 Jul 2011 08:11:42 +0200 Subject: Version number bumped to 4.0.0 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 a97a2ff..fa319f5 100644 --- a/include/zmq.h +++ b/include/zmq.h @@ -53,7 +53,7 @@ extern "C" { /******************************************************************************/ /* Version macros for compile-time API version detection */ -#define ZMQ_VERSION_MAJOR 3 +#define ZMQ_VERSION_MAJOR 4 #define ZMQ_VERSION_MINOR 0 #define ZMQ_VERSION_PATCH 0 -- cgit v1.2.3