Bump version

This commit is contained in:
Victor Zverovich 2021-06-21 05:57:50 -07:00
parent 4749cc930a
commit 92fec0f050

View File

@ -16,7 +16,7 @@
#include <type_traits>
// The fmt library version in the form major * 10000 + minor * 100 + patch.
#define FMT_VERSION 70104
#define FMT_VERSION 80000
#ifdef __clang__
# define FMT_CLANG_VERSION (__clang_major__ * 100 + __clang_minor__)