Skip to content

Commit

Permalink
Merge pull request #123 from minrk/4.0.7
Browse files Browse the repository at this point in the history
bump version to 4.0.7
  • Loading branch information
hintjens committed Jun 8, 2015
2 parents 02eb472 + 3f12984 commit 3f6936e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/zmq.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 6
#define ZMQ_VERSION_PATCH 7

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

0 comments on commit 3f6936e

Please sign in to comment.