cpp-msgpack-light 0.3.0
A light library to serialize MessagePack.
Loading...
Searching...
No Matches
version.h File Reference

Definition of macros of the version of this project. More...

Go to the source code of this file.

Macros

#define MSGPACK_LIGHT_VERSION_MAJOR   0
 Major version of this project.
#define MSGPACK_LIGHT_VERSION_MINOR   3
 Minor version of this project.
#define MSGPACK_LIGHT_VERSION_PATCH   0
 Patch version of this project.

Detailed Description

Definition of macros of the version of this project.

Definition in file version.h.

Macro Definition Documentation

◆ MSGPACK_LIGHT_VERSION_MAJOR

#define MSGPACK_LIGHT_VERSION_MAJOR   0

Major version of this project.

Definition at line 23 of file version.h.

◆ MSGPACK_LIGHT_VERSION_MINOR

#define MSGPACK_LIGHT_VERSION_MINOR   3

Minor version of this project.

Definition at line 26 of file version.h.

◆ MSGPACK_LIGHT_VERSION_PATCH

#define MSGPACK_LIGHT_VERSION_PATCH   0

Patch version of this project.

Definition at line 29 of file version.h.