1
0
mirror of https://github.com/zeromq/cppzmq.git synced 2025-04-17 15:14:51 +02:00

Merge pull request from gummif/gfa/release-4.9.0

Version 4.9.0
This commit is contained in:
Gudmundur Adalsteinsson 2022-10-09 14:21:32 +00:00 committed by GitHub
commit d67b6352b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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