8 #ifndef BOTAN_VERSION_H__     9 #define BOTAN_VERSION_H__    11 #include <botan/types.h>    58 #define BOTAN_VERSION_CODE_FOR(a,b,c) ((a << 16) | (b << 8) | (c))    66 #define BOTAN_VERSION_CODE BOTAN_VERSION_CODE_FOR(BOTAN_VERSION_MAJOR, \    67                                                   BOTAN_VERSION_MINOR, \ 
std::string version_string()
u32bit version_datestamp()