Skip to content

Commit 08e1982

Browse files
committed
versionning
1 parent 3cdcff1 commit 08e1982

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

zmq.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ typedef struct {
107107
# define ZMQ_ASSERT(expression) (void)(expression)
108108
#endif
109109

110+
#define CPPZMQ_VERSION_MAJOR 1
111+
#define CPPZMQ_VERSION_MINOR 0
112+
#define CPPZMQ_VERSION_PATCH 0
113+
110114
namespace zmq
111115
{
112116

0 commit comments

Comments
 (0)