From 51c58a56ba9bb82bb33324f30c32751fccef7eea Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Fri, 3 Apr 2020 08:32:45 -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 ad8194c6..3480fb2f 100644 --- a/include/fmt/core.h +++ b/include/fmt/core.h @@ -18,7 +18,7 @@ #include // The fmt library version in the form major * 10000 + minor * 100 + patch. -#define FMT_VERSION 60103 +#define FMT_VERSION 60200 #ifdef __has_feature # define FMT_HAS_FEATURE(x) __has_feature(x)