mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-15 08:01:30 +08:00
version 1.4.3 rc
This commit is contained in:
parent
856b4f4654
commit
aa65dd8905
@ -5,6 +5,6 @@
|
||||
|
||||
#define SPDLOG_VER_MAJOR 1
|
||||
#define SPDLOG_VER_MINOR 4
|
||||
#define SPDLOG_VER_PATCH 2
|
||||
#define SPDLOG_VER_PATCH 3
|
||||
|
||||
#define SPDLOG_VERSION (SPDLOG_VER_MAJOR * 10000 + SPDLOG_VER_MINOR * 100 + SPDLOG_VER_PATCH)
|
||||
|
Loading…
Reference in New Issue
Block a user