tickit_version - Man Page
libtickit version queries
Synopsis
#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);
Description
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.
Return Value
Each tickit_version_*() function returns a version integer.