Updated version to 4.0.8 for next release

This commit is contained in:
Pieter Hintjens 2015-06-15 12:04:20 +02:00
parent ba8f58ecfc
commit 5c2fb5f792

View File

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