Skip to content

Commit

Permalink
Bugfix release 4.2.1
Browse files Browse the repository at this point in the history
Finalize changelog and bump ABI revision
  • Loading branch information
bluca committed Dec 31, 2016
1 parent 086bb89 commit 7005f22
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ else ()
COMPILE_DEFINITIONS "DLL_EXPORT"
PUBLIC_HEADER "${public_headers}"
VERSION ${ZMQ_VERSION}
SOVERSION "5.1.0"
SOVERSION "5.1.1"
OUTPUT_NAME "libzmq"
PREFIX "")
if (ZMQ_BUILD_FRAMEWORK)
Expand Down
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0MQ version 4.2.1 stable, released on 201x/xx/xx
0MQ version 4.2.1 stable, released on 2016/12/31
=============================================

* New DRAFT (see NEWS for 4.2.0) Socket Monitor events:
Expand Down
3 changes: 2 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,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.2.0: 6:0:1 (ABI version 5)
# ZeroMQ version 4.2.1: 6:1:1 (ABI version 5)
#
# libzmq -version-info current:revision:age
LTVER="6:0:1"
LTVER="6:1:1"
AC_SUBST(LTVER)

# Take a copy of original flags
Expand Down

0 comments on commit 7005f22

Please sign in to comment.