36#include    <snapdev/poison.h> 
   55    return BASIC_XML_VERSION_MAJOR;
 
 
   68    return BASIC_XML_VERSION_MINOR;
 
 
   81    return BASIC_XML_VERSION_PATCH;
 
 
  100    return BASIC_XML_VERSION_STRING;
 
 
Definitions of the libutf8 version.
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.