0
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-01-15 02:07:59 +08:00

Merge pull request #39 from hintjens/master

Problem: 4.1 broke the ABI yet did not bump ABI number
This commit is contained in:
Pieter Hintjens 2015-06-11 23:54:51 +02:00
commit d62bf33503

View File

@ -31,9 +31,10 @@ AC_SUBST(PACKAGE_VERSION)
# ZeroMQ version 3.0: 2:0:0 (ABI version 2)
# ZeroMQ version 3.1: 3:0:0 (ABI version 3)
# ZeroMQ version 4.0: 4:0:0 (ABI version 4)
# ZeroMQ version 4.1: 5:0:0 (ABI version 5)
#
# libzmq -version-info current:revision:age
LTVER="4:0:0"
LTVER="5:0:0"
AC_SUBST(LTVER)
# Take a copy of original flags