We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b4c775 commit 238c9ffCopy full SHA for 238c9ff
include/spdlog/version.h
@@ -4,7 +4,7 @@
4
#pragma once
5
6
#define SPDLOG_VER_MAJOR 1
7
-#define SPDLOG_VER_MINOR 13
+#define SPDLOG_VER_MINOR 14
8
#define SPDLOG_VER_PATCH 0
9
10
#define SPDLOG_TO_VERSION(major, minor, patch) (major * 10000 + minor * 100 + patch)
0 commit comments