errors 0.6.3
Loading...
Searching...
No Matches
config.hpp
1#pragma once
2
3// clang-format off
4
5#define ERRORS_VERSION "0.6.3"
6#define ERRORS_VERSION_MAJOR 0
7#define ERRORS_VERSION_MINOR 6
8#define ERRORS_VERSION_PATCH 3
9
10// clang-format on