8 #ifndef BOTAN_VERSION_H_
9 #define BOTAN_VERSION_H_
11 #include <botan/types.h>
87 #define BOTAN_VERSION_CODE_FOR(a,b,c) ((a << 16) | (b << 8) | (c))
95 #define BOTAN_VERSION_CODE BOTAN_VERSION_CODE_FOR(BOTAN_VERSION_MAJOR, \
96 BOTAN_VERSION_MINOR, \
#define BOTAN_PUBLIC_API(maj, min)
const char * short_version_cstr()
std::string short_version_string()
uint32_t version_datestamp()
std::string runtime_version_check(uint32_t major, uint32_t minor, uint32_t patch)
std::string version_string()
const char * version_cstr()