Skip to content

Commit

Permalink
Prepared for 2.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
hintjens committed Feb 16, 2012
1 parent 8123b18 commit de1c5fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions NEWS
@@ -1,3 +1,10 @@
0MQ version 2.1.12 (Stable), released on 2012/01/xx
===================================================

Bug fixes
---------


0MQ version 2.1.11 (Stable), released on 2011/12/18
===================================================

Expand Down
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 1
#define ZMQ_VERSION_PATCH 11
#define ZMQ_VERSION_PATCH 12

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

0 comments on commit de1c5fd

Please sign in to comment.