mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-01 11:52:57 +01:00
Version macros added
Macro ZMQ_VERSION represents the current version of 0MQ Macro ZMQ_MAKE_VERSION(major,minor,patch) allows to create a representation of the specified version. The versions can be compared using simple <, >, ==, etc. operators. Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This commit is contained in:
@@ -24,11 +24,7 @@
|
||||
// As a first step of the build process it is copied to
|
||||
// zmq directory to take place of platform.hpp generated from
|
||||
// platform.hpp.in on platforms supported by GNU autotools.
|
||||
|
||||
// 0MQ version information
|
||||
#define PACKAGE_VERSION_MAJOR 2
|
||||
#define PACKAGE_VERSION_MINOR 0
|
||||
#define PACKAGE_VERSION_PATCH 10
|
||||
// Place any MSVC-specific definitions here.
|
||||
|
||||
#define ZMQ_HAVE_WINDOWS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user