Version 1.3.1

This commit is contained in:
gabime
2019-01-18 12:13:07 +02:00
parent 23fdc0eae4
commit a7148b718e
2 changed files with 2 additions and 2 deletions

View File

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