Skip to content

Commit 92fec0f

Browse files
committed
Bump version
1 parent 4749cc9 commit 92fec0f

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
@@ -16,7 +16,7 @@
1616
#include <type_traits>
1717

1818
// The fmt library version in the form major * 10000 + minor * 100 + patch.
19-
#define FMT_VERSION 70104
19+
#define FMT_VERSION 80000
2020

2121
#ifdef __clang__
2222
# define FMT_CLANG_VERSION (__clang_major__ * 100 + __clang_minor__)

0 commit comments

Comments
 (0)