We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 286d8be + 37d70cc commit dd663faCopy full SHA for dd663fa
zmq.hpp
@@ -148,7 +148,7 @@
148
/* Version macros for compile-time API version detection */
149
#define CPPZMQ_VERSION_MAJOR 4
150
#define CPPZMQ_VERSION_MINOR 8
151
-#define CPPZMQ_VERSION_PATCH 0
+#define CPPZMQ_VERSION_PATCH 1
152
153
#define CPPZMQ_VERSION \
154
ZMQ_MAKE_VERSION(CPPZMQ_VERSION_MAJOR, CPPZMQ_VERSION_MINOR, \
0 commit comments