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-12-11 17:40:52 +0300
committergabime <gmelman1@mgail.com>2020-12-11 17:40:52 +0300
commitde0dbfa3596a18cd70a4619b6a9766847a941276 (patch)
tree7001ea31cb59d929c325bc7a7a0c823dc50711a0
parentf93459579fa24a597ac9a30744004ab9d46ca645 (diff)
version 1.8.2v1.8.2
-rw-r--r--include/spdlog/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/spdlog/version.h b/include/spdlog/version.h
index e759a61e..b4860548 100644
--- a/include/spdlog/version.h
+++ b/include/spdlog/version.h
@@ -4,7 +4,7 @@
#pragma once
#define SPDLOG_VER_MAJOR 1
-#define SPDLOG_VER_MINOR 9
-#define SPDLOG_VER_PATCH 0
+#define SPDLOG_VER_MINOR 8
+#define SPDLOG_VER_PATCH 2
#define SPDLOG_VERSION (SPDLOG_VER_MAJOR * 10000 + SPDLOG_VER_MINOR * 100 + SPDLOG_VER_PATCH)