Skip to content

Commit 64dc8fb

Browse files
committed
Bump version
1 parent fc8e3de commit 64dc8fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/fmt/core.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#include <type_traits>
1818

1919
// The fmt library version in the form major * 10000 + minor * 100 + patch.
20-
#define FMT_VERSION 80001
20+
#define FMT_VERSION 80100
2121

2222
#if defined(__clang__) && !defined(__ibmxl__)
2323
# define FMT_CLANG_VERSION (__clang_major__ * 100 + __clang_minor__)

0 commit comments

Comments
 (0)