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_MAJOR_VERSION (3)
Dzl major version component (e.g. 1 if DZL_VERSION
is 1.2.3)
#define DZL_MINOR_VERSION (44)
Dzl minor version component (e.g. 2 if DZL_VERSION
is 1.2.3)
#define DZL_MICRO_VERSION (0)
Dzl micro version component (e.g. 3 if DZL_VERSION
is 1.2.3)
#define DZL_VERSION_S "3.44.0"
Dazzle version, encoded as a string, useful for printing and concatenation.