diff options
Diffstat (limited to 'include')
-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 ee2fe26..0263b43 100644 --- a/include/zmq.h +++ b/include/zmq.h @@ -55,8 +55,8 @@ extern "C" { /******************************************************************************/ /* Version macros for compile-time API version detection */ -#define ZMQ_VERSION_MAJOR 4 -#define ZMQ_VERSION_MINOR 0 +#define ZMQ_VERSION_MAJOR 3 +#define ZMQ_VERSION_MINOR 1 #define ZMQ_VERSION_PATCH 0 #define ZMQ_MAKE_VERSION(major, minor, patch) \ |