mirror of
https://github.com/zeromq/cppzmq.git
synced 2024-12-12 10:33:52 +01:00
Bump version
This commit is contained in:
parent
286d8be432
commit
37d70cca7f
2
zmq.hpp
2
zmq.hpp
@ -148,7 +148,7 @@
|
||||
/* Version macros for compile-time API version detection */
|
||||
#define CPPZMQ_VERSION_MAJOR 4
|
||||
#define CPPZMQ_VERSION_MINOR 8
|
||||
#define CPPZMQ_VERSION_PATCH 0
|
||||
#define CPPZMQ_VERSION_PATCH 1
|
||||
|
||||
#define CPPZMQ_VERSION \
|
||||
ZMQ_MAKE_VERSION(CPPZMQ_VERSION_MAJOR, CPPZMQ_VERSION_MINOR, \
|
||||
|
Loading…
Reference in New Issue
Block a user