diff options
author | Martin Lucina <mato@kotelna.sk> | 2010-08-25 11:24:24 +0200 |
---|---|---|
committer | Martin Lucina <mato@kotelna.sk> | 2010-08-25 11:24:24 +0200 |
commit | c06a3cc5101a36bf70c593937374371cafbacfc3 (patch) | |
tree | 8f651ab41321ed2e74c2c3ceef6977f6dc8f7534 /builds/msvc | |
parent | b66dd7afd20b82668a3d7756900c91680bd1d91e (diff) |
Update version number to 2.0.8
Diffstat (limited to 'builds/msvc')
-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 b40d161..d4cd1e2 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 7 +#define PACKAGE_VERSION_PATCH 8 #define ZMQ_HAVE_WINDOWS |