0.4.1
Loading...
Searching...
No Matches
Version.hpp File Reference

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)
 

Detailed Description

Provides the version of the project.

Author
T. Topp (topp@.nosp@m.ins..nosp@m.uni-s.nosp@m.tutt.nosp@m.gart..nosp@m.de)
Date
2020-03-10

Definition in file Version.hpp.

Macro Definition Documentation

◆ PROJECT_VERSION_STRING

#define PROJECT_VERSION_STRING

Project Version String in the form "major.minor.patch".

Definition at line 32 of file Version.hpp.

Function Documentation

◆ PROJECT_VERSION()

unsigned int PROJECT_VERSION ( )
constexpr

Project Version Integer.

Definition at line 25 of file Version.hpp.

Variable Documentation

◆ PROJECT_VER_MAJOR

unsigned int PROJECT_VER_MAJOR
constexpr

Major Version of the Project (maximum 2 digits)

Definition at line 19 of file Version.hpp.

◆ PROJECT_VER_MINOR

unsigned int PROJECT_VER_MINOR
constexpr

Minor Version of the Project (maximum 2 digits)

Definition at line 21 of file Version.hpp.

◆ PROJECT_VER_PATCH

unsigned int PROJECT_VER_PATCH
constexpr

Patch Version of the Project (maximum 2 digits)

Definition at line 23 of file Version.hpp.