Bump version

This commit is contained in:
Victor Zverovich 2019-11-17 08:35:26 -08:00
parent 9b7fe2a4a1
commit b0c2ab93fa

View File

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