File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -745,7 +745,7 @@ else ()
745745 COMPILE_DEFINITIONS "DLL_EXPORT"
746746 PUBLIC_HEADER "${public_headers} "
747747 VERSION ${ZMQ_VERSION}
748- SOVERSION "5.1.0 "
748+ SOVERSION "5.1.1 "
749749 OUTPUT_NAME "libzmq"
750750 PREFIX "" )
751751 if (ZMQ_BUILD_FRAMEWORK)
Original file line number Diff line number Diff line change 1- 0MQ version 4.2.1 stable, released on 201x/xx/xx
1+ 0MQ version 4.2.1 stable, released on 2016/12/31
22=============================================
33
44* New DRAFT (see NEWS for 4.2.0) Socket Monitor events:
Original file line number Diff line number Diff line change @@ -38,9 +38,10 @@ AC_SUBST(PACKAGE_VERSION)
3838# ZeroMQ version 4.0: 4:0:0 (ABI version 4)
3939# ZeroMQ version 4.1: 5:0:0 (ABI version 5)
4040# ZeroMQ version 4.2.0: 6:0:1 (ABI version 5)
41+ # ZeroMQ version 4.2.1: 6:1:1 (ABI version 5)
4142#
4243# libzmq -version-info current:revision:age
43- LTVER="6:0 :1"
44+ LTVER="6:1 :1"
4445AC_SUBST ( LTVER )
4546
4647# Take a copy of original flags
You can’t perform that action at this time.
0 commit comments