tlx
|
Go to the source code of this file.
Namespaces | |
tlx | |
Macros | |
#define | TLX_MAJOR_VERSION |
TLX_MAJOR_VERSION is the library interface major version number: currently zero. More... | |
#define | TLX_MINOR_VERSION |
TLX_MINOR_VERSION is the minor version number: currently zero. More... | |
#define | TLX_PATCH_VERSION |
TLX_PATCH_VERSION is the date of the last commit. More... | |
#define | TLX_VERSION |
TLX_VERSION is a combination of TLX_MAJOR_VERSION, TLX_MINOR_VERSION, and TLX_PATCH_VERSION. More... | |
#define TLX_MAJOR_VERSION |
TLX_MAJOR_VERSION is the library interface major version number: currently zero.
Definition at line 20 of file version.hpp.
#define TLX_MINOR_VERSION |
TLX_MINOR_VERSION is the minor version number: currently zero.
Definition at line 23 of file version.hpp.
#define TLX_PATCH_VERSION |
TLX_PATCH_VERSION is the date of the last commit.
Definition at line 33 of file version.hpp.
#define TLX_VERSION |
TLX_VERSION is a combination of TLX_MAJOR_VERSION, TLX_MINOR_VERSION, and TLX_PATCH_VERSION.
Definition at line 38 of file version.hpp.