0
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-01-01 02:27:49 +08:00

Version number is 4.0.0

This commit is contained in:
Pieter Hintjens 2013-09-20 16:02:55 +02:00
parent c10a3ec526
commit 2f4905500d

View File

@ -72,8 +72,8 @@ typedef unsigned __int16 uint16_t;
/******************************************************************************/
/* Version macros for compile-time API version detection */
#define ZMQ_VERSION_MAJOR 3
#define ZMQ_VERSION_MINOR 3
#define ZMQ_VERSION_MAJOR 4
#define ZMQ_VERSION_MINOR 0
#define ZMQ_VERSION_PATCH 0
#define ZMQ_MAKE_VERSION(major, minor, patch) \