Update version to v4.5.0 to prepare for next development iteration

This commit is contained in:
Simon Giesecke 2019-07-24 15:16:41 +02:00 committed by GitHub
parent f5b36e5635
commit 81c2938faa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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