Update changelog and bump version

This commit is contained in:
Victor Zverovich
2020-11-01 06:21:00 -08:00
parent 563cbb6c21
commit 5d3f0741e3
2 changed files with 25 additions and 1 deletions

View File

@@ -18,7 +18,7 @@
#include <vector>
// The fmt library version in the form major * 10000 + minor * 100 + patch.
#define FMT_VERSION 70100
#define FMT_VERSION 70101
#ifdef __clang__
# define FMT_CLANG_VERSION (__clang_major__ * 100 + __clang_minor__)