mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-15 10:18:01 +08:00
Bump version to 4.1.6 for next release
This commit is contained in:
parent
c5bd2870c2
commit
e8116b1f1c
4
NEWS
4
NEWS
@ -1,3 +1,7 @@
|
||||
0MQ version 4.1.6 stable, released on 2016/xx/xx
|
||||
================================================
|
||||
|
||||
|
||||
0MQ version 4.1.5 stable, released on 2016/06/17
|
||||
================================================
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
/* Version macros for compile-time API version detection */
|
||||
#define ZMQ_VERSION_MAJOR 4
|
||||
#define ZMQ_VERSION_MINOR 1
|
||||
#define ZMQ_VERSION_PATCH 5
|
||||
#define ZMQ_VERSION_PATCH 6
|
||||
|
||||
#define ZMQ_MAKE_VERSION(major, minor, patch) \
|
||||
((major) * 10000 + (minor) * 100 + (patch))
|
||||
|
Loading…
x
Reference in New Issue
Block a user