Skip to content

Commit

Permalink
Update changelog and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Oct 19, 2020
1 parent 17fba75 commit da8278e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
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
------------------

Expand Down
2 changes: 1 addition & 1 deletion include/fmt/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include <vector>

// 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__)
Expand Down

0 comments on commit da8278e

Please sign in to comment.