Commit 8cf4832e authored by Doron Somech's avatar Doron Somech Committed by GitHub

Merge pull request #2184 from bluca/rc

Problems: need to bump NEWS and libtool version
parents cc70c829 6da8385b
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
=============================================
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment