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 6a9d561 commit ad0e89cCopy full SHA for ad0e89c
include/spdlog/version.h
@@ -4,7 +4,7 @@
4
#pragma once
5
6
#define SPDLOG_VER_MAJOR 1
7
-#define SPDLOG_VER_MINOR 10
+#define SPDLOG_VER_MINOR 11
8
#define SPDLOG_VER_PATCH 0
9
10
#define SPDLOG_VERSION (SPDLOG_VER_MAJOR * 10000 + SPDLOG_VER_MINOR * 100 + SPDLOG_VER_PATCH)
0 commit comments