Skip to content

Commit

Permalink
Merge pull request #156 from bluca/rel
Browse files Browse the repository at this point in the history
Problem: need to tag a new release
  • Loading branch information
c-rack authored Nov 1, 2016
2 parents 3ae04f1 + ceb72c7 commit ec95f91
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 1 addition & 2 deletions builds/redhat/zeromq.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec95f91

Please sign in to comment.