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