24#define CLUCK_VERSION_MAJOR 1
25#define CLUCK_VERSION_MINOR 0
26#define CLUCK_VERSION_PATCH 1
27#define CLUCK_VERSION_STRING "1.0.1"
char const * get_version_string()
Get the full version of the library as a string.
int get_major_version()
Get the major version of the library.
int get_release_version()
Get the minor version of the library.
int get_patch_version()
Get the patch version of the library.