bump version to 4.0.7

This commit is contained in:
Min RK 2015-06-07 11:19:14 -07:00
parent d4994cfe1c
commit 3f12984eaa

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 0 #define ZMQ_VERSION_MINOR 0
#define ZMQ_VERSION_PATCH 6 #define ZMQ_VERSION_PATCH 7
#define ZMQ_MAKE_VERSION(major, minor, patch) \ #define ZMQ_MAKE_VERSION(major, minor, patch) \
((major) * 10000 + (minor) * 100 + (patch)) ((major) * 10000 + (minor) * 100 + (patch))