26#include "core/version.hpp"
32 return version::major_version;
37 return version::minor_version;
42 return version::revision;
47 return std::string(version::git_hash);
50std::string git_branchname()
52 return std::string(version::git_branchname);
55std::string build_date()
57 return std::string(version::build_date);
Namespace of the SIRIUS library.