mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-27 15:41:05 +08:00
Finalize NEWS and bump ABI to 4:1:0 for 4.0.8
This commit is contained in:
parent
38cbc1ad5f
commit
463ce1d026
2
NEWS
2
NEWS
@ -1,4 +1,4 @@
|
||||
0MQ version 4.0.8 stable, released on 2015/07/xx
|
||||
0MQ version 4.0.8 stable, released on 2016/06/17
|
||||
================================================
|
||||
|
||||
* Fixed LIBZMQ-949 - zmq_unbind fails for inproc and wildcard endpoints
|
||||
|
@ -30,9 +30,10 @@ AC_SUBST(PACKAGE_VERSION)
|
||||
# ZeroMQ version 3.0: 2:0:0 (ABI version 2)
|
||||
# ZeroMQ version 3.1: 3:0:0 (ABI version 3)
|
||||
# ZeroMQ version 4.0: 4:0:0 (ABI version 4)
|
||||
# ZeroMQ version 4.0.8: 4:1:0 (ABI version 4)
|
||||
#
|
||||
# libzmq -version-info current:revision:age
|
||||
LTVER="4:0:0"
|
||||
LTVER="4:1:0"
|
||||
AC_SUBST(LTVER)
|
||||
|
||||
# Take a copy of original flags
|
||||
|
Loading…
x
Reference in New Issue
Block a user