Prepare for the next release

This commit is contained in:
Victor Zverovich
2019-12-10 21:50:14 -08:00
parent ae7c50185d
commit b7eb8c8921
2 changed files with 16 additions and 1 deletions

View File

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