The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#include "msgpack.h"

const char* msgpack_version(void)
{
	return MSGPACK_VERSION;
}

int msgpack_version_major(void)
{
	return MSGPACK_VERSION_MAJOR;
}

int msgpack_version_minor(void)
{
	return MSGPACK_VERSION_MINOR;
}