diff options
Diffstat (limited to 'src/lib/utils/version.h')
-rw-r--r-- | src/lib/utils/version.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/utils/version.h b/src/lib/utils/version.h index c2f070433..3fc6f5fe7 100644 --- a/src/lib/utils/version.h +++ b/src/lib/utils/version.h @@ -24,6 +24,8 @@ namespace Botan { */ BOTAN_DLL std::string version_string(); +BOTAN_DLL const char* version_cstr(); + /** * Return the date this version of botan was released, in an integer of * the form YYYYMMDD. For instance a version released on May 21, 2013 |