libzmq soversion is wrong in 4.0.3
Description
Environment
Mac OS X Mavericks, Clang x86_64
Activity
Show:

PieterP December 8, 2013 at 7:07 AM
Two things here:
1. the ABI version is not 'supposed' to track the software version.
2. even so, we did bump the ABI version to 4.0
3. that generates a SO version of .3
When compiling from stable release 4.0.3 tarball, libzmq generates libzmq.3.dylib when libzmq.4.dylib is expected, in order to follow the major version.