Bumped spdlog version to 1.12.0

This commit is contained in:
gabime 2023-07-08 15:25:17 +03:00
parent b4004586e0
commit 213b2c0151

View File

@ -3,8 +3,8 @@
#pragma once #pragma once
#define SPDLOG_VER_MAJOR 2 #define SPDLOG_VER_MAJOR 1
#define SPDLOG_VER_MINOR 0 #define SPDLOG_VER_MINOR 12
#define SPDLOG_VER_PATCH 0 #define SPDLOG_VER_PATCH 0
#define SPDLOG_TO_VERSION(major, minor, patch) (major * 10000 + minor * 100 + patch) #define SPDLOG_TO_VERSION(major, minor, patch) (major * 10000 + minor * 100 + patch)