Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93580549
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
Fri, Nov 29, 21:57
Size
493 B
Mime Type
text/x-c
Expires
Sun, Dec 1, 21:57 (2 d)
Engine
blob
Format
Raw Data
Handle
22653893
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