We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bea38e commit 486b555Copy full SHA for 486b555
include/spdlog/version.h
@@ -4,8 +4,8 @@
4
#pragma once
5
6
#define SPDLOG_VER_MAJOR 1
7
-#define SPDLOG_VER_MINOR 15
8
-#define SPDLOG_VER_PATCH 3
+#define SPDLOG_VER_MINOR 16
+#define SPDLOG_VER_PATCH 0
9
10
#define SPDLOG_TO_VERSION(major, minor, patch) (major * 10000 + minor * 100 + patch)
11
#define SPDLOG_VERSION SPDLOG_TO_VERSION(SPDLOG_VER_MAJOR, SPDLOG_VER_MINOR, SPDLOG_VER_PATCH)
0 commit comments