Updated version

pull/2143/head
gabime 4 years ago
parent ce8cd2078a
commit 25f5bad78b

@ -3,8 +3,8 @@
#pragma once #pragma once
#define SPDLOG_VER_MAJOR 1 #define SPDLOG_VER_MAJOR 2
#define SPDLOG_VER_MINOR 9 #define SPDLOG_VER_MINOR 0
#define SPDLOG_VER_PATCH 2 #define SPDLOG_VER_PATCH 0
#define SPDLOG_VERSION (SPDLOG_VER_MAJOR * 10000 + SPDLOG_VER_MINOR * 100 + SPDLOG_VER_PATCH) #define SPDLOG_VERSION (SPDLOG_VER_MAJOR * 10000 + SPDLOG_VER_MINOR * 100 + SPDLOG_VER_PATCH)

Loading…
Cancel
Save