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 8ea3126 commit cfc05e0Copy full SHA for cfc05e0
include/fmt/core.h
@@ -16,7 +16,7 @@
16
#include <type_traits>
17
18
// The fmt library version in the form major * 10000 + minor * 100 + patch.
19
-#define FMT_VERSION 80000
+#define FMT_VERSION 80001
20
21
#ifdef __clang__
22
# define FMT_CLANG_VERSION (__clang_major__ * 100 + __clang_minor__)
0 commit comments