From 4f043f8e002cb0537a906a9664d979a0893c9243 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Fri, 21 Sep 2018 10:07:56 -0700 Subject: [PATCH] Bump version --- include/fmt/core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fmt/core.h b/include/fmt/core.h index 38ff9685..5912afef 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 50200 +#define FMT_VERSION 50201 #ifdef __has_feature # define FMT_HAS_FEATURE(x) __has_feature(x)