Merge pull request #156 from bluca/rel

Problem: need to tag a new release
This commit is contained in:
Constantin Rack 2016-11-01 18:15:43 +01:00 committed by GitHub
commit ec95f91e68
3 changed files with 4 additions and 4 deletions

2
NEWS
View File

@ -1,4 +1,4 @@
0MQ version 4.1.6 stable, released on 2016/xx/xx
0MQ version 4.1.6 stable, released on 2016/11/01
================================================
* Fixed #2051 - getifaddrs can fail with ECONNREFUSED

View File

@ -112,8 +112,7 @@ This package contains ZeroMQ related development libraries and header files.
%{_bindir}/curve_keygen
# libraries
%{_libdir}/libzmq.so.5
%{_libdir}/libzmq.so.5.0.1
%{_libdir}/libzmq.so.*
%{_mandir}/man7/zmq.7.gz

View File

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