28#define BASIC_XML_VERSION_MAJOR 1
29#define BASIC_XML_VERSION_MINOR 0
30#define BASIC_XML_VERSION_PATCH 1
31#define BASIC_XML_VERSION_STRING "1.0.1"
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.
char const * get_version_string()
Get the full version of the library as a string.