cpp-hocon  0.3.0
Macros
version.h File Reference

Declares macros for the cpp-hocon library version. More...

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"
 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 23 of file version.h.

◆ CPP_HOCON_VERSION_MAJOR

#define CPP_HOCON_VERSION_MAJOR   0

The cpp-hocon library major version.

Definition at line 10 of file version.h.

◆ CPP_HOCON_VERSION_MINOR

#define CPP_HOCON_VERSION_MINOR   3

The cpp-hocon library minor version.

Definition at line 14 of file version.h.

◆ CPP_HOCON_VERSION_PATCH

#define CPP_HOCON_VERSION_PATCH   0

The cpp-hocon library patch version.

Definition at line 18 of file version.h.

◆ CPP_HOCON_VERSION_WITH_COMMIT

#define CPP_HOCON_VERSION_WITH_COMMIT   "0.3.0"

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

Definition at line 28 of file version.h.