cpp-hocon  0.3.0
Macros
version.h File Reference

Go to the source code of this file.

Macros

#define CPP_HOCON_VERSION_MAJOR   0
 The cpp-hocon library major version. More...
 
#define CPP_HOCON_VERSION_MINOR   3
 The cpp-hocon library minor version. More...
 
#define CPP_HOCON_VERSION_PATCH   0
 The cpp-hocon library patch version. More...
 
#define CPP_HOCON_VERSION   "0.3.0"
 The cpp-hocon library version as a string (without commit SHA1). More...
 
#define CPP_HOCON_VERSION_WITH_COMMIT   "0.3.0 (commit fcf64f1fd6f43e10a9ac61c1b88905bcce638561)"
 The cpp-hocon library version as a string (with commit SHA1). More...
 

Detailed Description

Declares macros for the cpp-hocon library version.

Definition in file version.h.

Macro Definition Documentation

◆ CPP_HOCON_VERSION

#define CPP_HOCON_VERSION   "0.3.0"

The cpp-hocon library version as a string (without commit SHA1).

Definition at line 24 of file version.h.

◆ CPP_HOCON_VERSION_MAJOR

#define CPP_HOCON_VERSION_MAJOR   0

The cpp-hocon library major version.

Definition at line 11 of file version.h.

◆ CPP_HOCON_VERSION_MINOR

#define CPP_HOCON_VERSION_MINOR   3

The cpp-hocon library minor version.

Definition at line 15 of file version.h.

◆ CPP_HOCON_VERSION_PATCH

#define CPP_HOCON_VERSION_PATCH   0

The cpp-hocon library patch version.

Definition at line 19 of file version.h.

◆ CPP_HOCON_VERSION_WITH_COMMIT

#define CPP_HOCON_VERSION_WITH_COMMIT   "0.3.0 (commit fcf64f1fd6f43e10a9ac61c1b88905bcce638561)"

The cpp-hocon library version as a string (with commit SHA1).

Definition at line 29 of file version.h.