version.h | version.h | |||
---|---|---|---|---|
skipping to change at line 24 | skipping to change at line 24 | |||
#ifdef __cplusplus | #ifdef __cplusplus | |||
extern "C" { | extern "C" { | |||
#endif /* __cplusplus */ | #endif /* __cplusplus */ | |||
/** | /** | |||
* XMLSEC_VERSION: | * XMLSEC_VERSION: | |||
* | * | |||
* The library version string in the format | * The library version string in the format | |||
* "<major-number>.<minor-number>.<sub-minor-number>". | * "<major-number>.<minor-number>.<sub-minor-number>". | |||
*/ | */ | |||
#define XMLSEC_VERSION "1.2.19" | #define XMLSEC_VERSION "1.2.20" | |||
/** | /** | |||
* XMLSEC_VERSION_MAJOR: | * XMLSEC_VERSION_MAJOR: | |||
* | * | |||
* The library major version number. | * The library major version number. | |||
*/ | */ | |||
#define XMLSEC_VERSION_MAJOR 1 | #define XMLSEC_VERSION_MAJOR 1 | |||
/** | /** | |||
* XMLSEC_VERSION_MINOR: | * XMLSEC_VERSION_MINOR: | |||
* | * | |||
* The library minor version number. | * The library minor version number. | |||
*/ | */ | |||
#define XMLSEC_VERSION_MINOR 2 | #define XMLSEC_VERSION_MINOR 2 | |||
/** | /** | |||
* XMLSEC_VERSION_SUBMINOR: | * XMLSEC_VERSION_SUBMINOR: | |||
* | * | |||
* The library sub-minor version number. | * The library sub-minor version number. | |||
*/ | */ | |||
#define XMLSEC_VERSION_SUBMINOR 19 | #define XMLSEC_VERSION_SUBMINOR 20 | |||
/** | /** | |||
* XMLSEC_VERSION_INFO: | * XMLSEC_VERSION_INFO: | |||
* | * | |||
* The library version info string in the format | * The library version info string in the format | |||
* "<major-number>+<minor-number>:<sub-minor-number>:<minor-number>". | * "<major-number>+<minor-number>:<sub-minor-number>:<minor-number>". | |||
*/ | */ | |||
#define XMLSEC_VERSION_INFO "3:19:2" | #define XMLSEC_VERSION_INFO "3:20:2" | |||
#ifdef __cplusplus | #ifdef __cplusplus | |||
} | } | |||
#endif /* __cplusplus */ | #endif /* __cplusplus */ | |||
#endif /* __XMLSEC_VERSION_H__ */ | #endif /* __XMLSEC_VERSION_H__ */ | |||
End of changes. 3 change blocks. | ||||
3 lines changed or deleted | 3 lines changed or added | |||