The current version incorrectly reports the version as 2.2.0.

My first patch !  My apologies in advance for whatever I've done wrong...


Signed-off-by: K. L. Estes <[email protected]>


diff --git a/include/zmq.h b/include/zmq.h
index b437e97..55e19af 100644
--- a/include/zmq.h
+++ b/include/zmq.h
@@ -54,8 +54,8 @@ extern "C" {

 /*  Version macros for compile-time API version detection
        */
 #define ZMQ_VERSION_MAJOR 2
-#define ZMQ_VERSION_MINOR 2
-#define ZMQ_VERSION_PATCH 0
+#define ZMQ_VERSION_MINOR 1
+#define ZMQ_VERSION_PATCH 3

 #define ZMQ_MAKE_VERSION(major, minor, patch) \
     ((major) * 10000 + (minor) * 100 + (patch))
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to