versionning

This commit is contained in:
Johan Mabille 2017-01-09 11:36:24 +01:00
parent 3cdcff1ac7
commit 08e1982620

View File

@ -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
{