logman 0.1.0
Modern C++23 header-only logging manager wrapping spdlog with channels, listeners, and structured events
Loading...
Searching...
No Matches
version.hpp
Go to the documentation of this file.
1#pragma once
2
6
7// NOLINTBEGIN(cppcoreguidelines-macro-to-enum,modernize-macro-to-enum)
8#define LOGMAN_VERSION_MAJOR 0
9#define LOGMAN_VERSION_MINOR 1
10#define LOGMAN_VERSION_PATCH 0
11#define LOGMAN_VERSION_STRING "0.1.0"
12// NOLINTEND(cppcoreguidelines-macro-to-enum,modernize-macro-to-enum)