We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c25f595 + 2160731 commit d67b635Copy full SHA for d67b635
1 file changed
zmq.hpp
@@ -147,8 +147,8 @@
147
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 1
+#define CPPZMQ_VERSION_MINOR 9
+#define CPPZMQ_VERSION_PATCH 0
152
153
#define CPPZMQ_VERSION \
154
ZMQ_MAKE_VERSION(CPPZMQ_VERSION_MAJOR, CPPZMQ_VERSION_MINOR, \
0 commit comments