Prepared for next release 4.1.4

This commit is contained in:
Pieter Hintjens 2015-08-17 13:11:10 +02:00
parent 765b1f24e3
commit cf38d9b7df
2 changed files with 5 additions and 1 deletions

4
NEWS
View File

@ -1,3 +1,7 @@
0MQ version 4.1.4 stable, released on 2015/xx/xx
================================================
0MQ version 4.1.3 stable, released on 2015/08/17 0MQ version 4.1.3 stable, released on 2015/08/17
================================================ ================================================

View File

@ -31,7 +31,7 @@
/* Version macros for compile-time API version detection */ /* Version macros for compile-time API version detection */
#define ZMQ_VERSION_MAJOR 4 #define ZMQ_VERSION_MAJOR 4
#define ZMQ_VERSION_MINOR 1 #define ZMQ_VERSION_MINOR 1
#define ZMQ_VERSION_PATCH 3 #define ZMQ_VERSION_PATCH 4
#define ZMQ_MAKE_VERSION(major, minor, patch) \ #define ZMQ_MAKE_VERSION(major, minor, patch) \
((major) * 10000 + (minor) * 100 + (patch)) ((major) * 10000 + (minor) * 100 + (patch))