Skip to content

Commit

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

* Fixed LIBZMQ-949 - zmq_unbind fails for inproc and wildcard endpoints
Expand Down
3 changes: 2 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ AC_SUBST(PACKAGE_VERSION)
# ZeroMQ version 3.0: 2:0:0 (ABI version 2)
# ZeroMQ version 3.1: 3:0:0 (ABI version 3)
# ZeroMQ version 4.0: 4:0:0 (ABI version 4)
# ZeroMQ version 4.0.8: 4:1:0 (ABI version 4)
#
# libzmq -version-info current:revision:age
LTVER="4:0:0"
LTVER="4:1:0"
AC_SUBST(LTVER)

# Take a copy of original flags
Expand Down

0 comments on commit 463ce1d

Please sign in to comment.