mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 18:40:27 +01:00
Merge pull request #2184 from bluca/rc
Problems: need to bump NEWS and libtool version
This commit is contained in:
commit
8cf4832e01
6
NEWS
6
NEWS
@ -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
|
||||
=============================================
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user