Bump version

This commit is contained in:
Victor Zverovich 2018-09-21 10:07:56 -07:00
parent cc02cbc455
commit 4f043f8e00

View File

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