Problem: 4.2.3 is out, version(s) are out of date

Solution: bump changelog, ABI revision, library and packaging version
This commit is contained in:
Luca Boccassi
2017-12-13 13:13:50 +00:00
parent 3226b8ebdd
commit 65a1e458ab
7 changed files with 10 additions and 6 deletions

View File

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