[zeromq-dev] libzmq dylib versioning
Pieter Hintjens
ph at imatix.com
Thu Sep 22 22:35:14 CEST 2011
On Thu, Sep 22, 2011 at 2:38 PM, Mikko Koppanen
<mikko.koppanen at gmail.com> wrote:
> On Thu, Sep 22, 2011 at 6:51 PM, Pieter Hintjens <ph at imatix.com> wrote:
>> OK, I've make that change and pushed it to 3-0 master.
>
> Thanks,
>
> I think 4.0 needs to be 3.0.0 in that case..?
Not really... the major ABI change was in 3.0. 4.0 keeps the same ABI,
possibly with minor changes. The ABI in 4.0 hasn't changed afaik.
Dropping ZMQ_DEALER changes the API but not the binary interface (i.e.
you can load a 4.0 library and use it from 3.0 code, and will get
error return codes, but not stack dumps).
-Pieter
More information about the zeromq-dev
mailing list