We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b169f5b commit d88d016Copy full SHA for d88d016
ChangeLog.md
@@ -1,3 +1,8 @@
1
+# 10.2.1 - TBD
2
+
3
+- Fixed ABI compatibility with earlier 10.x versions
4
+ (https://github.com/fmtlib/fmt/pull/3786). Thanks @saraedum.
5
6
# 10.2.0 - 2024-01-01
7
8
- Added support for the `%j` specifier (the number of days) for
include/fmt/core.h
@@ -18,7 +18,7 @@
18
#include <type_traits>
19
20
// The fmt library version in the form major * 10000 + minor * 100 + patch.
21
-#define FMT_VERSION 100200
+#define FMT_VERSION 100201
22
23
#if defined(__clang__) && !defined(__ibmxl__)
24
# define FMT_CLANG_VERSION (__clang_major__ * 100 + __clang_minor__)
0 commit comments