Skip to content

Commit

Permalink
Merge pull request #47 from pieterh/master
Browse files Browse the repository at this point in the history
Bumped version for next release (2.2.1)
  • Loading branch information
hintjens committed Apr 4, 2012
2 parents 2bdb487 + f2a8fa1 commit fb64b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/zmq.h
Expand Up @@ -55,7 +55,7 @@ extern "C" {
/* Version macros for compile-time API version detection */
#define ZMQ_VERSION_MAJOR 2
#define ZMQ_VERSION_MINOR 2
#define ZMQ_VERSION_PATCH 0
#define ZMQ_VERSION_PATCH 1

#define ZMQ_MAKE_VERSION(major, minor, patch) \
((major) * 10000 + (minor) * 100 + (patch))
Expand Down

0 comments on commit fb64b88

Please sign in to comment.