diff options
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 |