From da8278e1e38f76c6a06c7bd9566b71c5cb25259c Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Mon, 19 Oct 2020 14:37:14 -0700 Subject: [PATCH] Update changelog and bump version --- ChangeLog.rst | 7 +++++++ include/fmt/core.h | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index 97a0a7da6955..9e34d6714475 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,3 +1,10 @@ +7.1.0 - TBD +----------- + +* Build configuration improvements + (`#1760 `_). + Thanks `@xvitaly (Vitaly Zaitsev) `_. + 7.0.3 - 2020-08-06 ------------------ diff --git a/include/fmt/core.h b/include/fmt/core.h index ee98ea94ee1b..ceb2a27ce0fb 100644 --- a/include/fmt/core.h +++ b/include/fmt/core.h @@ -18,7 +18,7 @@ #include // The fmt library version in the form major * 10000 + minor * 100 + patch. -#define FMT_VERSION 70003 +#define FMT_VERSION 70004 #ifdef __clang__ # define FMT_CLANG_VERSION (__clang_major__ * 100 + __clang_minor__)