|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/21573/root/usr/include/xmlsec1/xmlsec/ |
Upload File : |
/**
* 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 "1.2.9"
/**
* XMLSEC_VERSION_MAJOR:
*
* The library major version number.
*/
#define XMLSEC_VERSION_MAJOR 1
/**
* XMLSEC_VERSION_MINOR:
*
* The library minor version number.
*/
#define XMLSEC_VERSION_MINOR 2
/**
* XMLSEC_VERSION_SUBMINOR:
*
* The library sub-minor version number.
*/
#define XMLSEC_VERSION_SUBMINOR 9
/**
* XMLSEC_VERSION_INFO:
*
* The library version info string in the format
* "<major-number>+<minor-number>:<sub-minor-number>:<minor-number>".
*/
#define XMLSEC_VERSION_INFO "3:9:2"
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* __XMLSEC_VERSION_H__ */