diff options
author | unknown <bundra@.(none)> | 2010-02-17 20:16:19 +0100 |
---|---|---|
committer | unknown <bundra@.(none)> | 2010-02-17 20:16:19 +0100 |
commit | 41354bfa9820eb4495cf98342177d036df2a7dc7 (patch) | |
tree | 6a6ba81cbda8f47527fe227c07a6a0bbfc20b722 /builds | |
parent | f745c96a9bcf930d10fe31de5f7b3e772cccfa83 (diff) |
zmq_version fixed on Win32 platform
Diffstat (limited to 'builds')
-rw-r--r-- | builds/msvc/platform.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/builds/msvc/platform.hpp b/builds/msvc/platform.hpp index 483f88f..6d59329 100644 --- a/builds/msvc/platform.hpp +++ b/builds/msvc/platform.hpp @@ -25,6 +25,11 @@ // 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 6 + #define ZMQ_HAVE_WINDOWS #define _WINSOCKAPI_ #define NOMINMAX |