Skip to content

Commit 7005f22

Browse files
committed
Bugfix release 4.2.1
Finalize changelog and bump ABI revision
1 parent 086bb89 commit 7005f22

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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:

configure.ac

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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"
4445
AC_SUBST(LTVER)
4546

4647
# Take a copy of original flags

0 commit comments

Comments
 (0)