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>2022-11-03 00:13:08 +0300
committerGitHub <noreply@github.com>2022-11-03 00:13:08 +0300
commitad0e89cbfb4d0c1ce4d097e134eb7be67baebb36 (patch)
tree64a823f2b9c61b35897fb89f2a32844a24e87cb6
parent6a9d5616712eae9e03570a3efe80dcecba1e3cd0 (diff)
Version 1.11.0v1.11.0
-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 732eb06a..5717bead 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 10
+#define SPDLOG_VER_MINOR 11
#define SPDLOG_VER_PATCH 0
#define SPDLOG_VERSION (SPDLOG_VER_MAJOR * 10000 + SPDLOG_VER_MINOR * 100 + SPDLOG_VER_PATCH)