diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2010-04-11 14:20:00 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2010-04-11 14:20:00 +0200 |
commit | dff79d778db46bebe1e3b0cbd28b328972b9adb8 (patch) | |
tree | 5b4584955d1d208550d1118389c17634698c7be2 | |
parent | 6cf076510a39c8eb60b1ec2f28aa895b9fb6eaae (diff) |
version number bumped to 2.0.7 for MSVC build
-rw-r--r-- | builds/msvc/platform.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builds/msvc/platform.hpp b/builds/msvc/platform.hpp index 6d59329..bda30c9 100644 --- a/builds/msvc/platform.hpp +++ b/builds/msvc/platform.hpp @@ -28,7 +28,7 @@ // 0MQ version information #define PACKAGE_VERSION_MAJOR 2 #define PACKAGE_VERSION_MINOR 0 -#define PACKAGE_VERSION_PATCH 6 +#define PACKAGE_VERSION_PATCH 7 #define ZMQ_HAVE_WINDOWS #define _WINSOCKAPI_ |