Top |
#define | CHAMPLAIN_MAJOR_VERSION |
#define | CHAMPLAIN_MINOR_VERSION |
#define | CHAMPLAIN_MICRO_VERSION |
#define | CHAMPLAIN_VERSION |
#define | CHAMPLAIN_VERSION_S |
#define | CHAMPLAIN_VERSION_HEX |
Champlain offers a set of macros for checking the version of the library an application was linked to.
#define CHAMPLAIN_CHECK_VERSION(major,minor,micro)
Evaluates to TRUE
if the version of libchamplain is greater or equal
than major
, minor
and micro
#define CHAMPLAIN_MAJOR_VERSION (0)
The major version of libchamplain (1, if CHAMPLAIN_VERSION
is 1.2.3)
#define CHAMPLAIN_MINOR_VERSION (12)
The minor version of libchamplain (2, if CHAMPLAIN_VERSION
is 1.2.3)
#define CHAMPLAIN_MICRO_VERSION (20)
The micro version of libchamplain (3, if CHAMPLAIN_VERSION
is 1.2.3)
#define CHAMPLAIN_VERSION_S "0.12.20"
The full version of libchamplain, in string form (suited for string concatenation)