Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F94983288
aka_config.cc.in
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Dec 11, 22:41
Size
493 B
Mime Type
text/x-c
Expires
Fri, Dec 13, 22:41 (1 d, 22 h)
Engine
blob
Format
Raw Data
Handle
22890409
Attached To
rAKA akantu
aka_config.cc.in
View Options
/* -------------------------------------------------------------------------- */
#include "aka_config.hh"
/* -------------------------------------------------------------------------- */
namespace akantu {
std::string_view getVersion() {
// clang-format off
constexpr std::string_view version = {
"@AKANTU_MAJOR_VERSION@.@AKANTU_MINOR_VERSION@.@AKANTU_PATCH_VERSION@@AKANTU_PRERELEASE_VERSION@@AKANTU_LOCAL_VERSION@"};
// clang-format on
return version;
}
} // namespace akantu
Event Timeline
Log In to Comment