From bd9213e71222df66634d59581264ffe67210222c Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Thu, 11 Feb 2010 10:29:33 +0100 Subject: ZMQII-72: Add zmq_version function --- src/config.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/config.hpp') diff --git a/src/config.hpp b/src/config.hpp index 9724733..a0d5755 100644 --- a/src/config.hpp +++ b/src/config.hpp @@ -27,6 +27,10 @@ namespace zmq enum { + // Current version of 0MQ. + version_major = 0, + version_minor = 0, + version_patch = 0, // Number of new messages in message pipe needed to trigger new memory // allocation. Setting this parameter to 256 decreases the impact of -- cgit v1.2.3