30#ifndef YAZE_VERSION_STRING
32#define YAZE_VERSION_STRING "0.7.0"
33#define YAZE_VERSION_NUMBER 700
int yaze_get_version_number(void)
Get the current YAZE version number.
const char * yaze_get_version_string(void)
Get the current YAZE version string.
bool yaze_check_version_compatibility(const char *expected_version)
Check if the current YAZE version is compatible with the expected version.