Merge pull request #43 from hintjens/master

Updated zeromq3-x version to 3.2.2 for next release
This commit is contained in:
Ian Barber 2012-10-15 09:46:59 -07:00
commit 05bd3ea8b9

View File

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