diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2010-10-09 07:53:24 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2010-10-09 07:53:24 +0200 |
commit | ef8db789a1c97152e84ff03c9a7f6e1e77d95981 (patch) | |
tree | b221d9757817e1da995b9b14b7b2637d330ab21c /builds | |
parent | 79aea5ffa61f969ec66205f7c9c8c1611a2fd8da (diff) |
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>
Diffstat (limited to 'builds')
-rw-r--r-- | builds/msvc/platform.hpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/builds/msvc/platform.hpp b/builds/msvc/platform.hpp index 6abfc75..9c0c8ae 100644 --- a/builds/msvc/platform.hpp +++ b/builds/msvc/platform.hpp @@ -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 |