![]() |
0.4.1
|
Provides the version of the project. More...
Go to the source code of this file.
Macros | |
#define | PROJECT_VERSION_STRING |
Project Version String in the form "major.minor.patch". | |
Functions | |
constexpr unsigned int | PROJECT_VERSION () |
Project Version Integer. | |
Variables | |
constexpr unsigned int | PROJECT_VER_MAJOR |
Major Version of the Project (maximum 2 digits) | |
constexpr unsigned int | PROJECT_VER_MINOR |
Minor Version of the Project (maximum 2 digits) | |
constexpr unsigned int | PROJECT_VER_PATCH |
Patch Version of the Project (maximum 2 digits) | |
#define PROJECT_VERSION_STRING |
Project Version String in the form "major.minor.patch".
Definition at line 32 of file Version.hpp.
|
constexpr |
Project Version Integer.
Definition at line 25 of file Version.hpp.
|
constexpr |
Major Version of the Project (maximum 2 digits)
Definition at line 19 of file Version.hpp.
|
constexpr |
Minor Version of the Project (maximum 2 digits)
Definition at line 21 of file Version.hpp.
|
constexpr |
Patch Version of the Project (maximum 2 digits)
Definition at line 23 of file Version.hpp.