Problem: 4.3.0 is released, need to update ABI/version

Solution: bump to 5.2.1 and 4.3.1 respectively
This commit is contained in:
Luca Boccassi
2018-11-28 20:06:23 +00:00
parent eff190d503
commit fbf37bb668
4 changed files with 9 additions and 4 deletions

View File

@@ -41,7 +41,7 @@
/* Version macros for compile-time API version detection */
#define ZMQ_VERSION_MAJOR 4
#define ZMQ_VERSION_MINOR 3
#define ZMQ_VERSION_PATCH 0
#define ZMQ_VERSION_PATCH 1
#define ZMQ_MAKE_VERSION(major, minor, patch) \
((major) *10000 + (minor) *100 + (patch))