Sha256: 218bfad7fa4babd4ce74a7859dc3e7d1f025344b12a0484005d26b756fe87917
Contents?: true
Size: 1.2 KB
Versions: 2
Compression:
Stored size: 1.2 KB
Contents
/** * XML Security Library (http://www.aleksey.com/xmlsec). * * Version information * * This is free software; see Copyright file in the source * distribution for preciese wording. * * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com> */ #ifndef __XMLSEC_VERSION_H__ #define __XMLSEC_VERSION_H__ #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ /** * XMLSEC_VERSION: * * The library version string in the format * "<major-number>.<minor-number>.<sub-minor-number>". */ #define XMLSEC_VERSION "@XMLSEC_VERSION@" /** * XMLSEC_VERSION_MAJOR: * * The library major version number. */ #define XMLSEC_VERSION_MAJOR @XMLSEC_VERSION_MAJOR@ /** * XMLSEC_VERSION_MINOR: * * The library minor version number. */ #define XMLSEC_VERSION_MINOR @XMLSEC_VERSION_MINOR@ /** * XMLSEC_VERSION_SUBMINOR: * * The library sub-minor version number. */ #define XMLSEC_VERSION_SUBMINOR @XMLSEC_VERSION_SUBMINOR@ /** * XMLSEC_VERSION_INFO: * * The library version info string in the format * "<major-number>+<minor-number>:<sub-minor-number>:<minor-number>". */ #define XMLSEC_VERSION_INFO "@XMLSEC_VERSION_INFO@" #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* __XMLSEC_VERSION_H__ */
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
xmlsec-shim-1.2.18.2 | vendor/xmlsec1-1.2.18/include/xmlsec/version.h.in |
xmlsec-shim-1.2.18.1 | vendor/xmlsec1-1.2.18/include/xmlsec/version.h.in |