#pragma once namespace version { extern const unsigned short major; extern const unsigned short minor; extern const unsigned short patch; } // namespace version namespace version { extern const std::string_view commit; extern const std::string_view branch; extern const std::string_view triplet; } // namespace version namespace version { extern const std::string_view full; } // namespace version