Bump version

This commit is contained in:
Victor Zverovich 2020-04-08 14:48:14 -07:00
parent 7d01859ef1
commit 3860edc5d9

View File

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