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:
authorGabi Melman <gmelman1@gmail.com>2021-03-25 22:00:48 +0300
committerGitHub <noreply@github.com>2021-03-25 22:00:48 +0300
commit100f30043f33277122e0991c83845a2617172ffd (patch)
tree9940eb9f076b9d7b7cb93426184278f17c328af7
parent1574b5b0a2722581c9cdcb0c6aa8ea61e0df0423 (diff)
Update version.hv1.8.5
-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 ff558c9d..828f78cb 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 4
+#define SPDLOG_VER_PATCH 5
#define SPDLOG_VERSION (SPDLOG_VER_MAJOR * 10000 + SPDLOG_VER_MINOR * 100 + SPDLOG_VER_PATCH)