Skip to content

Commit

Permalink
Merge pull request #2184 from bluca/rc
Browse files Browse the repository at this point in the history
Problems: need to bump NEWS and libtool version
  • Loading branch information
somdoron authored Nov 1, 2016
2 parents cc70c82 + 6da8385 commit 8cf4832
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0MQ version 4.2.0 rc1, released on 2016/11/01
=============================================

* Many changes, see ChangeLog.


0MQ version 4.1.0 rc1, released on 2014/10/14
=============================================

Expand Down
3 changes: 2 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ AC_SUBST(PACKAGE_VERSION)
# ZeroMQ version 3.1: 3:0:0 (ABI version 3)
# 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)
#
# libzmq -version-info current:revision:age
LTVER="5:0:0"
LTVER="6:0:1"
AC_SUBST(LTVER)

# Take a copy of original flags
Expand Down

0 comments on commit 8cf4832

Please sign in to comment.