Merge pull request #2184 from bluca/rc

Problems: need to bump NEWS and libtool version
This commit is contained in:
Doron Somech 2016-11-01 16:48:56 +02:00 committed by GitHub
commit 8cf4832e01
2 changed files with 8 additions and 1 deletions

6
NEWS
View File

@ -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
=============================================

View File

@ -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