Loading...
Searching...
No Matches
Go to the documentation of this file.
6#define SPDLOG_VER_MAJOR 1
7#define SPDLOG_VER_MINOR 11
8#define SPDLOG_VER_PATCH 0
10#define SPDLOG_VERSION (SPDLOG_VER_MAJOR * 10000 + SPDLOG_VER_MINOR * 100 + SPDLOG_VER_PATCH)