diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2010-08-25 15:38:43 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2010-08-25 15:38:43 +0200 |
commit | b7e0fa972f45d21e45cacb93a1a92d38fdc11f40 (patch) | |
tree | d4cd79fe54756af1f55519d1854df0eefa3f467d | |
parent | 1e089f7163c8c59b60b39742ee4bc40e1ca843c5 (diff) |
'master' will become 2.1.x release
-rw-r--r-- | builds/msvc/platform.hpp | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/builds/msvc/platform.hpp b/builds/msvc/platform.hpp index d4cd1e2..4c9cd3a 100644 --- a/builds/msvc/platform.hpp +++ b/builds/msvc/platform.hpp @@ -27,8 +27,8 @@ // 0MQ version information #define PACKAGE_VERSION_MAJOR 2 -#define PACKAGE_VERSION_MINOR 0 -#define PACKAGE_VERSION_PATCH 8 +#define PACKAGE_VERSION_MINOR 1 +#define PACKAGE_VERSION_PATCH 0 #define ZMQ_HAVE_WINDOWS diff --git a/configure.in b/configure.in index 0779733..4dc20e7 100644 --- a/configure.in +++ b/configure.in @@ -6,7 +6,7 @@ AC_PREREQ(2.61) # The version in git should reflect the *next* version planned. # Version must be MAJOR.MINOR.PATCH otherwise things will break. # -AC_INIT([zeromq],[2.0.8],[zeromq-dev@lists.zeromq.org]) +AC_INIT([zeromq],[2.1.0],[zeromq-dev@lists.zeromq.org]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR(config) |