Bump fmt version to 6.2.1

This commit is contained in:
gabime
2020-05-26 23:47:57 +03:00
parent 0317731dc9
commit bc61f69058
4 changed files with 52 additions and 17 deletions

View File

@@ -5,6 +5,6 @@
#define SPDLOG_VER_MAJOR 1
#define SPDLOG_VER_MINOR 6
#define SPDLOG_VER_PATCH 0
#define SPDLOG_VER_PATCH 1
#define SPDLOG_VERSION (SPDLOG_VER_MAJOR * 10000 + SPDLOG_VER_MINOR * 100 + SPDLOG_VER_PATCH)