Bump version

This commit is contained in:
Victor Zverovich 2019-12-01 16:50:07 -08:00
parent ae00bbdc91
commit 7111a1eb9f

View File

@ -15,7 +15,7 @@
#include <type_traits>
// The fmt library version in the form major * 10000 + minor * 100 + patch.
#define FMT_VERSION 60001
#define FMT_VERSION 60100
#ifdef __has_feature
# define FMT_HAS_FEATURE(x) __has_feature(x)