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.
1 parent 8eaa2e9 commit 4b11fb3Copy full SHA for 4b11fb3
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