Skip to content

Commit

Permalink
Merge pull request #518 from gummif/gfa/481
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
gummif committed Sep 19, 2021
2 parents 286d8be + 37d70cc commit dd663fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zmq.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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, \
Expand Down

0 comments on commit dd663fa

Please sign in to comment.