cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
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_RPC_VERSION_MAJOR   0
 Major version of this project.
#define MSGPACK_RPC_VERSION_MINOR   2
 Minor version of this project.
#define MSGPACK_RPC_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_RPC_VERSION_MAJOR

#define MSGPACK_RPC_VERSION_MAJOR   0

Major version of this project.

Definition at line 23 of file version.h.

◆ MSGPACK_RPC_VERSION_MINOR

#define MSGPACK_RPC_VERSION_MINOR   2

Minor version of this project.

Definition at line 26 of file version.h.

◆ MSGPACK_RPC_VERSION_PATCH

#define MSGPACK_RPC_VERSION_PATCH   0

Patch version of this project.

Definition at line 29 of file version.h.