Skip to content

Commit 37d70cc

Browse files
committed
Bump version
1 parent 286d8be commit 37d70cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zmq.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
/* Version macros for compile-time API version detection */
149149
#define CPPZMQ_VERSION_MAJOR 4
150150
#define CPPZMQ_VERSION_MINOR 8
151-
#define CPPZMQ_VERSION_PATCH 0
151+
#define CPPZMQ_VERSION_PATCH 1
152152

153153
#define CPPZMQ_VERSION \
154154
ZMQ_MAKE_VERSION(CPPZMQ_VERSION_MAJOR, CPPZMQ_VERSION_MINOR, \

0 commit comments

Comments
 (0)