Top |
#define | HDY_MAJOR_VERSION |
#define | HDY_MINOR_VERSION |
#define | HDY_MICRO_VERSION |
#define | HDY_VERSION |
#define | HDY_VERSION_S |
#define | HDY_VERSION_HEX |
#define HDY_CHECK_VERSION(major,minor,micro)
Compile-time version checking. Evaluates to TRUE
if the version
of handy is greater than the required one.
#define HDY_MAJOR_VERSION (0)
Hdy major version component (e.g. 1 if HDY_VERSION
is 1.2.3)
#define HDY_MINOR_VERSION (0)
Hdy minor version component (e.g. 2 if HDY_VERSION
is 1.2.3)
#define HDY_MICRO_VERSION (13)
Hdy micro version component (e.g. 3 if HDY_VERSION
is 1.2.3)
#define HDY_VERSION_S "0.0.13"
Handy version, encoded as a string, useful for printing and concatenation.