Updated version for next release

This commit is contained in:
Pieter Hintjens 2014-10-14 10:23:36 +02:00
parent 0fd30dc34a
commit 42868d11d4
2 changed files with 5 additions and 1 deletions

4
NEWS
View File

@ -1,3 +1,7 @@
0MQ version 3.2.6 stable, released on 2015/xx/xx
================================================
0MQ version 3.2.5 stable, released on 2014/10/14
================================================

View File

@ -60,7 +60,7 @@ extern "C" {
/* Version macros for compile-time API version detection */
#define ZMQ_VERSION_MAJOR 3
#define ZMQ_VERSION_MINOR 2
#define ZMQ_VERSION_PATCH 5
#define ZMQ_VERSION_PATCH 6
#define ZMQ_MAKE_VERSION(major, minor, patch) \
((major) * 10000 + (minor) * 100 + (patch))