Version bumped to 3.0.0

Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This commit is contained in:
Martin Sustrik 2011-03-23 15:24:18 +01:00
parent 1619b3d84a
commit dee5f650dd

View File

@ -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) \