53#define SQSH_VERSION "1.5.1"
61#define SQSH_VERSION_MAJOR 1
69#define SQSH_VERSION_MINOR 5
77#define SQSH_VERSION_PATCH 1
uint16_t sqsh_version_minor(void)
Get the minor version of the currently running library.
uint16_t sqsh_version_patch(void)
Get the patch version of the currently running library.
const char * sqsh_version(void)
Get the version of the currently running library as a string.
uint16_t sqsh_version_major(void)
Get the major version of the currently running library.