1 #include "ttg/util/version.h"
4 std::array<int, 3>
version() {
return {TTG_MAJOR_VERSION, TTG_MINOR_VERSION, TTG_MICRO_VERSION}; }
7 static const char revision[] = TTG_GIT_REVISION;
12 static const char description[] = TTG_GIT_DESCRIPTION;
top-level TTG namespace contains runtime-neutral functionality
const char * git_description() noexcept
std::array< int, 3 > version()
const char * git_revision() noexcept