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 4749cc9 commit 92fec0fCopy full SHA for 92fec0f
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 70104
+#define FMT_VERSION 80000
20
21
#ifdef __clang__
22
# define FMT_CLANG_VERSION (__clang_major__ * 100 + __clang_minor__)
0 commit comments