Declares macros for the cpp-hocon library version.
More...
Go to the source code of this file.
Declares macros for the cpp-hocon library version.
Definition in file version.h.
◆ 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.