Skip to content

Commit 81c2938

Browse files
authored
Update version to v4.5.0 to prepare for next development iteration
1 parent f5b36e5 commit 81c2938

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zmq.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@
9090

9191
/* Version macros for compile-time API version detection */
9292
#define CPPZMQ_VERSION_MAJOR 4
93-
#define CPPZMQ_VERSION_MINOR 4
94-
#define CPPZMQ_VERSION_PATCH 1
93+
#define CPPZMQ_VERSION_MINOR 5
94+
#define CPPZMQ_VERSION_PATCH 0
9595

9696
#define CPPZMQ_VERSION \
9797
ZMQ_MAKE_VERSION(CPPZMQ_VERSION_MAJOR, CPPZMQ_VERSION_MINOR, \

0 commit comments

Comments
 (0)