From e282d963fecb72f85d86b0b98858f2614aaa466a Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 26 May 2018 09:46:59 -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 0986789f..96bbf27c 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 50000 +#define FMT_VERSION 50100 #ifdef __has_feature # define FMT_HAS_FEATURE(x) __has_feature(x)