|  | TiGL
    2.2.3
    | 
Definition of the tigl version numbers. More...
| Macros | |
| Version Number | |
| Printable format: "%d.%d.%d", MAJOR, MINOR, PATCHLEVEL | |
| #define | TIGL_MAJOR_VERSION 2 | 
| #define | TIGL_MINOR_VERSION 2 | 
| #define | TIGL_PATCHLEVEL 3 | 
| #define | TIGL_VERSION_STRING "2.2.3" | 
| #define | TIGL_REVISION "" | 
| #define | TIGL_VERSION_HEX (TIGL_MAJOR_VERSION << 16 | TIGL_MINOR_VERSION << 8 | TIGL_PATCHLEVEL) | 
Definition of the tigl version numbers.
| #define TIGL_MAJOR_VERSION 2 | 
| #define TIGL_MINOR_VERSION 2 | 
| #define TIGL_PATCHLEVEL 3 | 
| #define TIGL_REVISION "" | 
| #define TIGL_VERSION_HEX (TIGL_MAJOR_VERSION << 16 | TIGL_MINOR_VERSION << 8 | TIGL_PATCHLEVEL) | 
TIGL_VERSION_HEX returns a unique integer which is increasing with each release This can be e.g. used in ifdefs
| #define TIGL_VERSION_STRING "2.2.3" |