diff options
| author | Martin Lucina <martin@lucina.net> | 2012-01-23 08:53:41 +0100 | 
|---|---|---|
| committer | Martin Lucina <martin@lucina.net> | 2012-01-23 08:53:41 +0100 | 
| commit | 8e61b98c5e2943b149c825310b24e714a6127072 (patch) | |
| tree | a31c049de7a86278ab17df3e0579944f6f524f7d /include | |
| parent | e645fc2693acc796304498909786b7b47005b429 (diff) | |
Imported Upstream version 2.1.4upstream/2.1.4
Diffstat (limited to 'include')
| -rw-r--r-- | include/zmq.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/zmq.h b/include/zmq.h index 6cdb085..6cb61b1 100644 --- a/include/zmq.h +++ b/include/zmq.h @@ -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 3 +#define ZMQ_VERSION_PATCH 4  #define ZMQ_MAKE_VERSION(major, minor, patch) \      ((major) * 10000 + (minor) * 100 + (patch)) | 
