The git repositories always indicate the next planned version. The development master at https://github.com/zeromq/zeromq2 reports that the next release of the 0MQ/2 cycle would be 2.2.0.
Formal releases such as 2.1.3 are not delivered via git but as zip and tar.gz packages. So please refer to the zmq.h in the release package, not any particular git repository. -Pieter On Wed, Mar 23, 2011 at 1:56 AM, K. L. Estes <[email protected]> wrote: > The current version incorrectly reports the version as 2.2.0. > > My first patch ! My apologies in advance for whatever I've done wrong... > > > Signed-off-by: K. L. Estes <[email protected]> > > > > diff --git a/include/zmq.h b/include/zmq.h > index b437e97..55e19af 100644 > --- a/include/zmq.h > +++ b/include/zmq.h > @@ -54,8 +54,8 @@ extern "C" { > > /* Version macros for compile-time API version detection > */ > > #define ZMQ_VERSION_MAJOR 2 > -#define ZMQ_VERSION_MINOR 2 > -#define ZMQ_VERSION_PATCH 0 > +#define ZMQ_VERSION_MINOR 1 > +#define ZMQ_VERSION_PATCH 3 > > #define ZMQ_MAKE_VERSION(major, minor, patch) \ > ((major) * 10000 + (minor) * 100 + (patch)) > > > > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev > > _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
