TDLS 0.2.0
Tiny Device-callable Linear Solvers
Loading...
Searching...
No Matches
version.hpp File Reference

TDLS version macros. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define TDLS_VERSION_MAJOR   0
 Major version component.
 
#define TDLS_VERSION_MINOR   2
 Minor version component.
 
#define TDLS_VERSION_PATCH   0
 Patch version component.
 
#define TDLS_VERSION_STRING   "0.2.0"
 Version as a "major.minor.patch" string literal.
 
#define TDLS_VERSION   (TDLS_VERSION_MAJOR * 10000 + TDLS_VERSION_MINOR * 100 + TDLS_VERSION_PATCH)
 Single comparable value: major * 10000 + minor * 100 + patch.
 

Detailed Description

TDLS version macros.

Author
Tristan Chenaille