Thrill  0.1
version.hpp File Reference

Go to the source code of this file.

Namespaces

 tlx
 

Macros

#define TLX_MAJOR_VERSION   0
 TLX_MAJOR is the a mahor version number currently always zero. More...
 
#define TLX_MINOR_VERSION   20191028
 TLX_MINOR is the date of the last commit. More...
 
#define TLX_VERSION   (TLX_MAJOR_VERSION * 100000000lu + TLX_MINOR_VERSION)
 TLX_VERSION is a combination of TLX_MAJOR_VERSION and TLX_MINOR_VERSION. More...
 

Macro Definition Documentation

◆ TLX_MAJOR_VERSION

#define TLX_MAJOR_VERSION   0

TLX_MAJOR is the a mahor version number currently always zero.

Definition at line 17 of file version.hpp.

◆ TLX_MINOR_VERSION

#define TLX_MINOR_VERSION   20191028

TLX_MINOR is the date of the last commit.

Definition at line 27 of file version.hpp.

◆ TLX_VERSION

#define TLX_VERSION   (TLX_MAJOR_VERSION * 100000000lu + TLX_MINOR_VERSION)

TLX_VERSION is a combination of TLX_MAJOR_VERSION and TLX_MINOR_VERSION.

Definition at line 31 of file version.hpp.