[zeromq-dev] 2.1.0 beta and 2.1.0 HEAD versions
MinRK
benjaminrk at gmail.com
Tue Jan 11 21:17:20 CET 2011
Ah, that makes a lot of sense.
Thanks, this makes our check much easier!
-MinRK
On Tue, Jan 11, 2011 at 12:15, Martin Sustrik <sustrik at 250bpm.com> wrote:
> Hi Min,
>
>
> pyzmq has hard version dependencies, due to the growing list of
>> constants in zmq.h which are manually referenced in the pyzmq extension
>> code. We do check that we have the right version of zeromq, but there's
>> currently a problem since the beta release and git master have the exact
>> same version, and master adds XPUB,XSUB, and a couple other constants.
>> Is there a clean way to tell the difference between beta and master,
>> so we can catch it and give a more informative error to users? I can
>> scrape zmq.h for the newest constant we depend on, but I would rather
>> not do that.
>>
>
> It's my fault. The version number in the trunk should be incremented
> immediately after the release, however, I forgot to do so when releasing
> 2.1.0 :(
>
> It's fixed now. The version number in trunk is 2.1.1
>
> Martin
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20110111/1a053f77/attachment.htm>
More information about the zeromq-dev
mailing list