diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2011-03-23 15:24:18 +0100 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2011-03-23 15:24:18 +0100 |
commit | dee5f650dde07ec71f482e825984a31028467d1b (patch) | |
tree | 536bc5a366b4676d9d605f7ce27e577199cb50a5 | |
parent | 1619b3d84a04fe1886347fd83280a6070c9603f4 (diff) |
Version bumped to 3.0.0
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
-rw-r--r-- | include/zmq.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/zmq.h b/include/zmq.h index b437e97..5974db4 100644 --- a/include/zmq.h +++ b/include/zmq.h @@ -53,8 +53,8 @@ extern "C" { /******************************************************************************/ /* Version macros for compile-time API version detection */ -#define ZMQ_VERSION_MAJOR 2 -#define ZMQ_VERSION_MINOR 2 +#define ZMQ_VERSION_MAJOR 3 +#define ZMQ_VERSION_MINOR 0 #define ZMQ_VERSION_PATCH 0 #define ZMQ_MAKE_VERSION(major, minor, patch) \ |