diff --git a/include/zmq.h b/include/zmq.h index e349f9c5..14d9c223 100644 --- a/include/zmq.h +++ b/include/zmq.h @@ -59,8 +59,8 @@ extern "C" { /* Version macros for compile-time API version detection */ #define ZMQ_VERSION_MAJOR 3 -#define ZMQ_VERSION_MINOR 2 -#define ZMQ_VERSION_PATCH 2 +#define ZMQ_VERSION_MINOR 3 +#define ZMQ_VERSION_PATCH 0 #define ZMQ_MAKE_VERSION(major, minor, patch) \ ((major) * 10000 + (minor) * 100 + (patch))