Commit 6f1d1142 authored by Pieter Hintjens's avatar Pieter Hintjens

Problem: 4.1 broke the ABI yet did not bump ABI number

Solution: bump to ABI version 5
parent e37d7157
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment