From b3ad759a0a564b2f35b37f56be09aa1fc640ca87 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Fri, 28 Dec 2018 13:09:31 -0800 Subject: [PATCH] Bump version and correct changelog --- ChangeLog.rst | 2 +- include/fmt/core.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index 72f09d7a..2899154a 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -142,7 +142,7 @@ // s == "1~234~567" * Constrained formatting functions on proper iterator types - (`#921 `_): + (`#921 `_). Thanks `@DanielaE (Daniela Engert) `_. * Added ``make_printf_args`` and ``make_wprintf_args`` functions diff --git a/include/fmt/core.h b/include/fmt/core.h index 50b79351..85503b4a 100644 --- a/include/fmt/core.h +++ b/include/fmt/core.h @@ -16,7 +16,7 @@ #include // The fmt library version in the form major * 10000 + minor * 100 + patch. -#define FMT_VERSION 50300 +#define FMT_VERSION 50301 #ifdef __has_feature # define FMT_HAS_FEATURE(x) __has_feature(x)