5#if not defined(ERRORS_SINGLE_HEADER_FILE)
6#include "errors/config.hpp"
11constexpr std::string_view version = ERRORS_VERSION;
12constexpr unsigned int version_major = ERRORS_VERSION_MAJOR;
13constexpr unsigned int version_minor = ERRORS_VERSION_MINOR;
14constexpr unsigned int version_patch = ERRORS_VERSION_PATCH;