Skip to content

Commit 8cf4832

Browse files
authored
Merge pull request #2184 from bluca/rc
Problems: need to bump NEWS and libtool version
2 parents cc70c82 + 6da8385 commit 8cf4832

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

NEWS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0MQ version 4.2.0 rc1, released on 2016/11/01
2+
=============================================
3+
4+
* Many changes, see ChangeLog.
5+
6+
17
0MQ version 4.1.0 rc1, released on 2014/10/14
28
=============================================
39

configure.ac

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,10 @@ AC_SUBST(PACKAGE_VERSION)
3737
# ZeroMQ version 3.1: 3:0:0 (ABI version 3)
3838
# ZeroMQ version 4.0: 4:0:0 (ABI version 4)
3939
# ZeroMQ version 4.1: 5:0:0 (ABI version 5)
40+
# ZeroMQ version 4.2.0: 6:0:1 (ABI version 5)
4041
#
4142
# libzmq -version-info current:revision:age
42-
LTVER="5:0:0"
43+
LTVER="6:0:1"
4344
AC_SUBST(LTVER)
4445

4546
# Take a copy of original flags

0 commit comments

Comments
 (0)