8 #ifndef BOTAN_VERSION_H__
9 #define BOTAN_VERSION_H__
11 #include <botan/types.h>
71 #define BOTAN_VERSION_CODE_FOR(a,b,c) ((a << 16) | (b << 8) | (c))
79 #define BOTAN_VERSION_CODE BOTAN_VERSION_CODE_FOR(BOTAN_VERSION_MAJOR, \
80 BOTAN_VERSION_MINOR, \
std::string version_string()
const char * version_cstr()
uint32_t version_datestamp()
std::string runtime_version_check(uint32_t major, uint32_t minor, uint32_t patch)