Commit f611c57c authored by Ian Barber's avatar Ian Barber

Merge pull request #362 from hintjens/master

Bumped version for next release (3.3.0)
parents 4d4674e0 e5bb5a60
...@@ -59,8 +59,8 @@ extern "C" { ...@@ -59,8 +59,8 @@ 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 1 #define ZMQ_VERSION_MINOR 3
#define ZMQ_VERSION_PATCH 1 #define ZMQ_VERSION_PATCH 0
#define ZMQ_MAKE_VERSION(major, minor, patch) \ #define ZMQ_MAKE_VERSION(major, minor, patch) \
((major) * 10000 + (minor) * 100 + (patch)) ((major) * 10000 + (minor) * 100 + (patch))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment