mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-14 23:07:58 +02:00
Merge pull request #237 from redboltz/add_version_revision
Added version revision prototype declaration.
This commit is contained in:
@@ -28,6 +28,8 @@ MSGPACK_DLLEXPORT
|
||||
int msgpack_version_major(void);
|
||||
MSGPACK_DLLEXPORT
|
||||
int msgpack_version_minor(void);
|
||||
MSGPACK_DLLEXPORT
|
||||
int msgpack_version_revision(void);
|
||||
|
||||
#include "version_master.h"
|
||||
|
||||
|
Reference in New Issue
Block a user