tickit_version_* - libtickit version queries
#define TICKIT_VERSION_MAJOR
#define TICKIT_VERSION_MINOR
#define TICKIT_VERSION_PATCH
int tickit_version_major(void);
int tickit_version_minor(void);
int tickit_version_patch(void);
These three macros provide the version numbers of the development header at
compiletime. The related functions return the version numbers from the running
library. Between them they can be used to check at program startup that the
library version is suitable to support the running program.
Each tickit_version_*() function returns a version integer.