diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2011-07-15 08:11:42 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2011-07-15 08:11:42 +0200 |
commit | 73630de98aeb8add878b1d421aa2bfc22c735c63 (patch) | |
tree | 398023a5f224b9d755d83c836c686b9634a9612f /include | |
parent | 57c1342c683df3207094e8ec660e72812be37f9c (diff) |
Version number bumped to 4.0.0
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/zmq.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |