Skip to content

Commit d67b635

Browse files
authored
Merge pull request #577 from gummif/gfa/release-4.9.0
Version 4.9.0
2 parents c25f595 + 2160731 commit d67b635

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zmq.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@
147147

148148
/* Version macros for compile-time API version detection */
149149
#define CPPZMQ_VERSION_MAJOR 4
150-
#define CPPZMQ_VERSION_MINOR 8
151-
#define CPPZMQ_VERSION_PATCH 1
150+
#define CPPZMQ_VERSION_MINOR 9
151+
#define CPPZMQ_VERSION_PATCH 0
152152

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

0 commit comments

Comments
 (0)