Skip to content

Commit cfc05e0

Browse files
committed
Bump version
1 parent 8ea3126 commit cfc05e0

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 80000
19+
#define FMT_VERSION 80001
2020

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

0 commit comments

Comments
 (0)