1
0
mirror of https://github.com/zeromq/cppzmq.git synced 2024-12-14 02:57:48 +01:00

Bump version

This commit is contained in:
Gudmundur Adalsteinsson 2021-09-19 08:52:02 +00:00
parent 286d8be432
commit 37d70cca7f

View File

@ -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, \