Skip to content

Commit dd663fa

Browse files
authored
Merge pull request #518 from gummif/gfa/481
Bump version
2 parents 286d8be + 37d70cc commit dd663fa

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)