Sha256: e400e9e08cdf93f76584c9c5eec78e1ee8e0ec04974bc6dcd5193b47a3c43459

Contents?: true

Size: 900 Bytes

Versions: 45

Compression:

Stored size: 900 Bytes

Contents

/*
 * MessagePack for C version information
 *
 * Copyright (C) 2008-2009 FURUHASHI Sadayuki
 *
 *    Distributed under the Boost Software License, Version 1.0.
 *    (See accompanying file LICENSE_1_0.txt or copy at
 *    http://www.boost.org/LICENSE_1_0.txt)
 */
#ifndef MSGPACK_VERSION_H
#define MSGPACK_VERSION_H

#ifdef __cplusplus
extern "C" {
#endif

MSGPACK_DLLEXPORT
const char* msgpack_version(void);
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"

#define MSGPACK_STR(v) #v
#define MSGPACK_VERSION_I(maj, min, rev) MSGPACK_STR(maj) "." MSGPACK_STR(min) "." MSGPACK_STR(rev)

#define MSGPACK_VERSION MSGPACK_VERSION_I(MSGPACK_VERSION_MAJOR, MSGPACK_VERSION_MINOR, MSGPACK_VERSION_REVISION)

#ifdef __cplusplus
}
#endif

#endif /* msgpack/version.h */

Version data entries

45 entries across 45 versions & 3 rubygems

Version Path
script_core-0.3.2 ext/enterprise_script_service/msgpack/include/msgpack/version.h
script_core-0.3.0 ext/enterprise_script_service/msgpack/include/msgpack/version.h
sq_detailed_metrics-0.1.0 include/msgpack/version.h
script_core-0.2.7 ext/enterprise_script_service/msgpack/include/msgpack/version.h
script_core-0.2.6 ext/enterprise_script_service/msgpack/include/msgpack/version.h
script_core-0.2.5 ext/enterprise_script_service/msgpack/include/msgpack/version.h
script_core-0.2.4 ext/enterprise_script_service/msgpack/include/msgpack/version.h
script_core-0.2.3 ext/enterprise_script_service/msgpack/include/msgpack/version.h
script_core-0.2.2 ext/enterprise_script_service/msgpack/include/msgpack/version.h
script_core-0.2.1 ext/enterprise_script_service/msgpack/include/msgpack/version.h
script_core-0.2.0 ext/enterprise_script_service/msgpack/include/msgpack/version.h
rroonga-9.0.7-x64-mingw32 vendor/local/include/msgpack/version.h
rroonga-9.0.7-x86-mingw32 vendor/local/include/msgpack/version.h
script_core-0.1.1 ext/enterprise_script_service/msgpack/include/msgpack/version.h
rroonga-9.0.3-x64-mingw32 vendor/local/include/msgpack/version.h
rroonga-9.0.3-x86-mingw32 vendor/local/include/msgpack/version.h
rroonga-9.0.2-x64-mingw32 vendor/local/include/msgpack/version.h
rroonga-9.0.2-x86-mingw32 vendor/local/include/msgpack/version.h
script_core-0.1.0 ext/enterprise_script_service/msgpack/include/msgpack/version.h
script_core-0.0.6 ext/enterprise_script_service/msgpack/include/msgpack/version.h