Commit da8278e1 authored by Victor Zverovich's avatar Victor Zverovich

Update changelog and bump version

parent 17fba753
7.1.0 - TBD
-----------
* Build configuration improvements
(`#1760 <https://github.com/fmtlib/fmt/pull/1760>`_).
Thanks `@xvitaly (Vitaly Zaitsev) <https://github.com/xvitaly>`_.
7.0.3 - 2020-08-06 7.0.3 - 2020-08-06
------------------ ------------------
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
#include <vector> #include <vector>
// The fmt library version in the form major * 10000 + minor * 100 + patch. // The fmt library version in the form major * 10000 + minor * 100 + patch.
#define FMT_VERSION 70003 #define FMT_VERSION 70004
#ifdef __clang__ #ifdef __clang__
# define FMT_CLANG_VERSION (__clang_major__ * 100 + __clang_minor__) # define FMT_CLANG_VERSION (__clang_major__ * 100 + __clang_minor__)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment