Bump version

This commit is contained in:
Victor Zverovich 2020-04-03 08:32:45 -07:00
parent 3fc33f6273
commit 51c58a56ba

View File

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