We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc2ded6 + 4b11fb3 commit ace27f6Copy full SHA for ace27f6
include/msgpack/version.h
@@ -28,6 +28,8 @@ MSGPACK_DLLEXPORT
28
int msgpack_version_major(void);
29
MSGPACK_DLLEXPORT
30
int msgpack_version_minor(void);
31
+MSGPACK_DLLEXPORT
32
+int msgpack_version_revision(void);
33
34
#include "version_master.h"
35
0 commit comments