mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-05-05 16:54:50 +02:00
Update version to v4.5.0 to prepare for next development iteration
This commit is contained in:
parent
f5b36e5635
commit
81c2938faa
4
zmq.hpp
4
zmq.hpp
@ -90,8 +90,8 @@
|
||||
|
||||
/* Version macros for compile-time API version detection */
|
||||
#define CPPZMQ_VERSION_MAJOR 4
|
||||
#define CPPZMQ_VERSION_MINOR 4
|
||||
#define CPPZMQ_VERSION_PATCH 1
|
||||
#define CPPZMQ_VERSION_MINOR 5
|
||||
#define CPPZMQ_VERSION_PATCH 0
|
||||
|
||||
#define CPPZMQ_VERSION \
|
||||
ZMQ_MAKE_VERSION(CPPZMQ_VERSION_MAJOR, CPPZMQ_VERSION_MINOR, \
|
||||
|
Loading…
x
Reference in New Issue
Block a user