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>2021-07-20 23:01:34 +0300
committergabime <gmelman1@mgail.com>2021-07-20 23:01:34 +0300
commit61ed2a670e40e9a865edc20b088422a469bdab9e (patch)
tree5466852b3476a37b18d5e2946592a524075980f9
parentdb1bc035f7787b1e355ff194a1df65c00f8cfd60 (diff)
bump version number to 1.9.0v1.9.0
-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 a6a425a3..e759a61e 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 8
-#define SPDLOG_VER_PATCH 6
+#define SPDLOG_VER_MINOR 9
+#define SPDLOG_VER_PATCH 0
#define SPDLOG_VERSION (SPDLOG_VER_MAJOR * 10000 + SPDLOG_VER_MINOR * 100 + SPDLOG_VER_PATCH)