tlx
Loading...
Searching...
No Matches
version.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  tlx
 

Macros

#define TLX_MAJOR_VERSION
 TLX_MAJOR_VERSION is the library interface major version number: currently zero.
 
#define TLX_MINOR_VERSION
 TLX_MINOR_VERSION is the minor version number.
 
#define TLX_PATCH_VERSION
 TLX_PATCH_VERSION is the patch version number.
 
#define TLX_DATE_VERSION
 TLX_DATE_VERSION is the date of the last commit.
 
#define TLX_VERSION
 TLX_VERSION is a combination of TLX_MAJOR_VERSION, TLX_MINOR_VERSION, and TLX_PATCH_VERSION.
 

Macro Definition Documentation

◆ TLX_DATE_VERSION

#define TLX_DATE_VERSION

TLX_DATE_VERSION is the date of the last commit.

Definition at line 36 of file version.hpp.

◆ TLX_MAJOR_VERSION

#define TLX_MAJOR_VERSION

TLX_MAJOR_VERSION is the library interface major version number: currently zero.

Definition at line 20 of file version.hpp.

◆ TLX_MINOR_VERSION

#define TLX_MINOR_VERSION

TLX_MINOR_VERSION is the minor version number.

Definition at line 23 of file version.hpp.

◆ TLX_PATCH_VERSION

#define TLX_PATCH_VERSION

TLX_PATCH_VERSION is the patch version number.

Definition at line 26 of file version.hpp.

◆ TLX_VERSION

#define TLX_VERSION

TLX_VERSION is a combination of TLX_MAJOR_VERSION, TLX_MINOR_VERSION, and TLX_PATCH_VERSION.

Definition at line 41 of file version.hpp.