#pragma once namespace version { extern const unsigned long major; extern const unsigned long minor; extern const unsigned long patch; } // namespace version namespace version { extern const std::string_view commit; extern const std::string_view semver; } // namespace version