diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2010-09-04 19:08:55 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2010-09-04 19:08:55 +0200 |
commit | 01c463cc89626bf9d69500ab1f4957705663788e (patch) | |
tree | f9d2bc846a181c8c51fbb641f3f7fd4761d5b927 /builds | |
parent | ebf3089735329f0d083a992c98a9fd63b128346e (diff) |
Version number incremented to 2.0.10
Diffstat (limited to 'builds')
-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 77428a1..6abfc75 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 9 +#define PACKAGE_VERSION_PATCH 10 #define ZMQ_HAVE_WINDOWS |