Version 4.9.0

This commit is contained in:
Gudmundur Adalsteinsson 2022-10-09 14:20:05 +00:00
parent 381f699d37
commit 21607318f6

View File

@ -147,8 +147,8 @@
/* Version macros for compile-time API version detection */
#define CPPZMQ_VERSION_MAJOR 4
#define CPPZMQ_VERSION_MINOR 8
#define CPPZMQ_VERSION_PATCH 1
#define CPPZMQ_VERSION_MINOR 9
#define CPPZMQ_VERSION_PATCH 0
#define CPPZMQ_VERSION \
ZMQ_MAKE_VERSION(CPPZMQ_VERSION_MAJOR, CPPZMQ_VERSION_MINOR, \