Top | ![]() |
![]() |
![]() |
![]() |
#define | DZL_MAJOR_VERSION |
#define | DZL_MINOR_VERSION |
#define | DZL_MICRO_VERSION |
#define | DZL_VERSION |
#define | DZL_VERSION_S |
#define | DZL_VERSION_HEX |
#define DZL_CHECK_VERSION(major,minor,micro)
Compile-time version checking. Evaluates to TRUE
if the version
of dazzle is greater than the required one.
#define DZL_MAJOR_VERSION (3)
Dzl major version component (e.g. 1 if DZL_VERSION
is 1.2.3)
#define DZL_MINOR_VERSION (30)
Dzl minor version component (e.g. 2 if DZL_VERSION
is 1.2.3)
#define DZL_MICRO_VERSION (1)
Dzl micro version component (e.g. 3 if DZL_VERSION
is 1.2.3)
#define DZL_VERSION_S "3.30.1"
Dazzle version, encoded as a string, useful for printing and concatenation.