mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 02:37:36 +02:00
Update changelog and bump version
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
7.1.2 - TBD
|
||||||
|
-----------
|
||||||
|
|
||||||
|
* Fixed floating point formatting with large precision
|
||||||
|
(`#1976 <https://github.com/fmtlib/fmt/issues/1976>`_).
|
||||||
|
|
||||||
7.1.1 - 2020-11-01
|
7.1.1 - 2020-11-01
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
@ -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 70101
|
#define FMT_VERSION 70102
|
||||||
|
|
||||||
#ifdef __clang__
|
#ifdef __clang__
|
||||||
# define FMT_CLANG_VERSION (__clang_major__ * 100 + __clang_minor__)
|
# define FMT_CLANG_VERSION (__clang_major__ * 100 + __clang_minor__)
|
||||||
|
Reference in New Issue
Block a user