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 fc8e3de commit 64dc8fbCopy full SHA for 64dc8fb
include/fmt/core.h
@@ -17,7 +17,7 @@
17
#include <type_traits>
18
19
// The fmt library version in the form major * 10000 + minor * 100 + patch.
20
-#define FMT_VERSION 80001
+#define FMT_VERSION 80100
21
22
#if defined(__clang__) && !defined(__ibmxl__)
23
# define FMT_CLANG_VERSION (__clang_major__ * 100 + __clang_minor__)
0 commit comments