Skip to content

Commit

Permalink
Finalize NEWS and bump ABI revision for 4.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bluca committed Jul 8, 2019
1 parent e3049f3 commit c9894a4
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.1.7 stable, released on 20xx/xx/xx
0MQ version 4.1.7 stable, released on 2019/07/08
================================================

* CVE-2019-13132: a remote, unauthenticated client connecting to a
Expand Down
3 changes: 2 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ AC_SUBST(PACKAGE_VERSION)
# ZeroMQ version 4.1: 5:0:0 (ABI version 5)
# ZeroMQ version 4.1.5: 5:1:0 (ABI version 5)
# ZeroMQ version 4.1.6: 5:2:0 (ABI version 5)
# ZeroMQ version 4.1.7: 5:3:0 (ABI version 5)
#
# libzmq -version-info current:revision:age
LTVER="5:2:0"
LTVER="5:3:0"
AC_SUBST(LTVER)

# Take a copy of original flags
Expand Down

0 comments on commit c9894a4

Please sign in to comment.