version 1.4.2

This commit is contained in:
gabime 2019-10-06 00:30:40 +03:00
parent fb70eca0a3
commit cfe7cac1c4
1 changed files with 1 additions and 1 deletions

View File

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