#ifndef MASTORSS_VERSION_HPP #define MASTORSS_VERSION_HPP #include namespace mastorss { using std::string_view; static constexpr string_view version = "@PROJECT_VERSION@"; } // namespace mastorss #endif // MASTORSS_VERSION_HPP