Skip to content

Commit

Permalink
versionning
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Jan 9, 2017
1 parent 3cdcff1 commit 08e1982
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions zmq.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ typedef struct {
# define ZMQ_ASSERT(expression) (void)(expression)
#endif

#define CPPZMQ_VERSION_MAJOR 1
#define CPPZMQ_VERSION_MINOR 0
#define CPPZMQ_VERSION_PATCH 0

namespace zmq
{

Expand Down

0 comments on commit 08e1982

Please sign in to comment.