Bump version

This commit is contained in:
Victor Zverovich 2018-12-28 12:23:29 -08:00
parent d39ece1870
commit b34d92b051

View File

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