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-08-12 14:10:50 +0300
committerGitHub <noreply@github.com>2021-08-12 14:10:50 +0300
commiteb3220622e73a4889eee355ffa37972b3cac3df5 (patch)
tree5ea770ca83afe61d23f42a94e30b203ad379a2e1
parent8f26e819ade81656ae626d25d82334d9fb3040e0 (diff)
Bump version to 1.9.2v1.9.2
-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 18951ae0..b4ca456b 100644
--- a/include/spdlog/version.h
+++ b/include/spdlog/version.h
@@ -5,6 +5,6 @@
#define SPDLOG_VER_MAJOR 1
#define SPDLOG_VER_MINOR 9
-#define SPDLOG_VER_PATCH 1
+#define SPDLOG_VER_PATCH 2
#define SPDLOG_VERSION (SPDLOG_VER_MAJOR * 10000 + SPDLOG_VER_MINOR * 100 + SPDLOG_VER_PATCH)