XML Security Library

LibXML2
LibXSLT
OpenSSL

version

Name

version -- 

Description

Details

XMLSEC_VERSION

#define XMLSEC_VERSION			"1.1.0"

The library version string in the format "<major-number>.<minor-number>.<sub-minor-number>".


XMLSEC_PACKAGE

#define XMLSEC_PACKAGE			"xmlsec1"

The library packaqge name.


XMLSEC_VERSION_MAJOR

#define XMLSEC_VERSION_MAJOR		1

The library major version number.


XMLSEC_VERSION_MINOR

#define XMLSEC_VERSION_MINOR		1

The library minor version number.


XMLSEC_VERSION_SUBMINOR

#define XMLSEC_VERSION_SUBMINOR		0

The library sub-minor version number.


XMLSEC_VERSION_INFO

#define XMLSEC_VERSION_INFO		"2:0:1"

The library version info string in the format "<major-number>+<minor-number>:<sub-minor-number>:<minor-number>".



Aleksey Sanin