| versionversion — Version macros. |  | 
Stability Level
Stable, unless otherwise indicated
 
Types and Values
XMLSEC_VERSION
#define XMLSEC_VERSION            "1.3.7"
The library version string in the format
"$major_number.$minor_number.$sub_minor_number".
 
XMLSEC_VERSION_MAJOR
#define XMLSEC_VERSION_MAJOR        1
The library major version number.
 
XMLSEC_VERSION_MINOR
#define XMLSEC_VERSION_MINOR        3
The library minor version number.
 
XMLSEC_VERSION_SUBMINOR
#define XMLSEC_VERSION_SUBMINOR        7
The library sub-minor version number.
 
XMLSEC_VERSION_INFO
#define XMLSEC_VERSION_INFO        "4:7:3"
The library version info string in the format
"$major_number+$minor_number:$sub_minor_number:$minor_number".