YAZE version helpers and compatibility checks. More...
#include <stdbool.h>

Go to the source code of this file.
Macros | |
| #define | YAZE_VERSION_STRING "0.7.0" |
| #define | YAZE_VERSION_NUMBER 700 |
Functions | |
| bool | yaze_check_version_compatibility (const char *expected_version) |
| Check if the current YAZE version is compatible with the expected version. | |
| const char * | yaze_get_version_string (void) |
| Get the current YAZE version string. | |
| int | yaze_get_version_number (void) |
| Get the current YAZE version number. | |
YAZE version helpers and compatibility checks.
Definition in file yaze_version.h.
| bool yaze_check_version_compatibility | ( | const char * | expected_version | ) |
Check if the current YAZE version is compatible with the expected version.
| expected_version | Expected version string (e.g., "0.3.2") |
Definition at line 68 of file yaze.cc.
References YAZE_VERSION_STRING.
| const char * yaze_get_version_string | ( | void | ) |
Get the current YAZE version string.
Definition at line 64 of file yaze.cc.
References YAZE_VERSION_STRING.
| int yaze_get_version_number | ( | void | ) |
Get the current YAZE version number.
Definition at line 66 of file yaze.cc.
References YAZE_VERSION_NUMBER.