10 #ifndef MSGPACK_VERSION_H
11 #define MSGPACK_VERSION_H
28 #define MSGPACK_STR(v) #v
29 #define MSGPACK_VERSION_I(maj, min, rev) MSGPACK_STR(maj) "." MSGPACK_STR(min) "." MSGPACK_STR(rev)
31 #define MSGPACK_VERSION MSGPACK_VERSION_I(MSGPACK_VERSION_MAJOR, MSGPACK_VERSION_MINOR, MSGPACK_VERSION_REVISION)
MSGPACK_DLLEXPORT int msgpack_version_revision(void)
MSGPACK_DLLEXPORT int msgpack_version_major(void)
MSGPACK_DLLEXPORT int msgpack_version_minor(void)
MSGPACK_DLLEXPORT const char * msgpack_version(void)