From 99ddfa7d65a4556bdbb68fd1831e2de73595f0c7 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Wed, 1 Sep 2010 18:22:03 +0200 Subject: maint: will become 2.0.9 --- builds/msvc/platform.hpp | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/builds/msvc/platform.hpp b/builds/msvc/platform.hpp index d4cd1e2..77428a1 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 8 +#define PACKAGE_VERSION_PATCH 9 #define ZMQ_HAVE_WINDOWS diff --git a/configure.in b/configure.in index 0779733..c365778 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.0.9],[zeromq-dev@lists.zeromq.org]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR(config) -- cgit v1.2.3