mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-05-17 20:21:38 +02:00
Set version to 4.3.1 to prepare bugfix release
This commit is contained in:
parent
120c7ae3f2
commit
7d53a04e81
4
zmq.hpp
4
zmq.hpp
@ -63,8 +63,8 @@
|
|||||||
|
|
||||||
/* Version macros for compile-time API version detection */
|
/* Version macros for compile-time API version detection */
|
||||||
#define CPPZMQ_VERSION_MAJOR 4
|
#define CPPZMQ_VERSION_MAJOR 4
|
||||||
#define CPPZMQ_VERSION_MINOR 4
|
#define CPPZMQ_VERSION_MINOR 3
|
||||||
#define CPPZMQ_VERSION_PATCH 0
|
#define CPPZMQ_VERSION_PATCH 1
|
||||||
|
|
||||||
#define CPPZMQ_VERSION \
|
#define CPPZMQ_VERSION \
|
||||||
ZMQ_MAKE_VERSION(CPPZMQ_VERSION_MAJOR, CPPZMQ_VERSION_MINOR, \
|
ZMQ_MAKE_VERSION(CPPZMQ_VERSION_MAJOR, CPPZMQ_VERSION_MINOR, \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user