Skip to content

Commit

Permalink
Finalize NEWS and bump ABI to 5:1:0 for 4.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bluca committed Jun 17, 2016
1 parent 2ef0805 commit c5bd287
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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.5 stable, released on 2016/xx/xx
0MQ version 4.1.5 stable, released on 2016/06/17
================================================

* Fixed #1673 - CMake on Windows put PDB in wrong directory.
Expand Down
2 changes: 1 addition & 1 deletion builds/redhat/zeromq.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ This package contains ZeroMQ related development libraries and header files.

# libraries
%{_libdir}/libzmq.so.5
%{_libdir}/libzmq.so.5.0.0
%{_libdir}/libzmq.so.5.0.1

%{_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 @@ -32,9 +32,10 @@ AC_SUBST(PACKAGE_VERSION)
# 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)
# ZeroMQ version 4.1.5: 5:1:0 (ABI version 5)
#
# libzmq -version-info current:revision:age
LTVER="5:0:0"
LTVER="5:1:0"
AC_SUBST(LTVER)

# Take a copy of original flags
Expand Down

0 comments on commit c5bd287

Please sign in to comment.