Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gabime/spdlog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgabime <gmelman1@mgail.com>2020-09-30 17:30:06 +0300
committergabime <gmelman1@mgail.com>2020-09-30 17:30:06 +0300
commitcbe9448650176797739dbab13961ef4c07f4290f (patch)
treed0c4859907aa72aa4abe96e70f235687bff61b57
parent5b345534dce8ac44bba1d503d229bff81829e88c (diff)
version 1.8.1v1.8.1
-rw-r--r--include/spdlog/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/spdlog/version.h b/include/spdlog/version.h
index f4815b48..8b0abbea 100644
--- a/include/spdlog/version.h
+++ b/include/spdlog/version.h
@@ -5,6 +5,6 @@
#define SPDLOG_VER_MAJOR 1
#define SPDLOG_VER_MINOR 8
-#define SPDLOG_VER_PATCH 0
+#define SPDLOG_VER_PATCH 1
#define SPDLOG_VERSION (SPDLOG_VER_MAJOR * 10000 + SPDLOG_VER_MINOR * 100 + SPDLOG_VER_PATCH)