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