We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb70eca commit cfe7cacCopy full SHA for cfe7cac
include/spdlog/version.h
@@ -5,6 +5,6 @@
5
6
#define SPDLOG_VER_MAJOR 1
7
#define SPDLOG_VER_MINOR 4
8
-#define SPDLOG_VER_PATCH 1
+#define SPDLOG_VER_PATCH 2
9
10
#define SPDLOG_VERSION (SPDLOG_VER_MAJOR * 10000 + SPDLOG_VER_MINOR * 100 + SPDLOG_VER_PATCH)
0 commit comments