Skip to content

Commit

Permalink
Merge pull request #577 from gummif/gfa/release-4.9.0
Browse files Browse the repository at this point in the history
Version 4.9.0
  • Loading branch information
gummif committed Oct 9, 2022
2 parents c25f595 + 2160731 commit d67b635
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zmq.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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, \
Expand Down

0 comments on commit d67b635

Please sign in to comment.