diff options
author | Martin Lucina <mato@kotelna.sk> | 2011-04-07 15:37:46 +0200 |
---|---|---|
committer | Martin Lucina <martin@lucina.net> | 2012-01-23 08:53:43 +0100 |
commit | 8eea9178e40abf16c0e469465a58fba3beaaf754 (patch) | |
tree | da36e07db727b5c30c8e5c7745275b9d6d48131f /include | |
parent | 3e20cb1b8a2b1ca222011df37334e5f4f88dd565 (diff) | |
parent | 8e61b98c5e2943b149c825310b24e714a6127072 (diff) |
Imported Debian patch 2.1.4-1debian/2.1.4-1
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)) |