From bc0f8d5168020e817456ef4442182350b32b6a26 Mon Sep 17 00:00:00 2001 From: Pieter Hintjens Date: Tue, 14 Oct 2014 10:39:27 +0200 Subject: [PATCH] Updated development master to 4.2.x --- NEWS | 6 ++++++ include/zmq.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a20413f0..236f043c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +0MQ version 4.1.0 rc1, released on 2014/10/14 +============================================= + +* Many changes, see ChangeLog. + + 0MQ version 4.0.5 stable, released on 2014/10/14 ================================================ diff --git a/include/zmq.h b/include/zmq.h index 3baac64f..fdf2c65c 100644 --- a/include/zmq.h +++ b/include/zmq.h @@ -30,7 +30,7 @@ /* Version macros for compile-time API version detection */ #define ZMQ_VERSION_MAJOR 4 -#define ZMQ_VERSION_MINOR 1 +#define ZMQ_VERSION_MINOR 2 #define ZMQ_VERSION_PATCH 0 #define ZMQ_MAKE_VERSION(major, minor, patch) \