3.0.0
tigl_version.h File Reference

Definition of the tigl version numbers. More...

Macros

Version Number

Printable format: "%d.%d.%d", MAJOR, MINOR, PATCHLEVEL

#define TIGL_MAJOR_VERSION   3
 
#define TIGL_MINOR_VERSION   0
 
#define TIGL_PATCHLEVEL   0
 
#define TIGL_VERSION_STRING   "3.0.0"
 
#define TIGL_REVISION   ""
 
#define TIGL_VERSION_HEX   (TIGL_MAJOR_VERSION << 16 | TIGL_MINOR_VERSION << 8 | TIGL_PATCHLEVEL)
 

Detailed Description

Definition of the tigl version numbers.

Macro Definition Documentation

#define TIGL_MAJOR_VERSION   3
#define TIGL_MINOR_VERSION   0
#define TIGL_PATCHLEVEL   0
#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   "3.0.0"