From 7111a1eb9f8344d5a72612542fe513af59273246 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 1 Dec 2019 16:50:07 -0800 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 d1e79c21..6a0846fc 100644 --- a/include/fmt/core.h +++ b/include/fmt/core.h @@ -15,7 +15,7 @@ #include // The fmt library version in the form major * 10000 + minor * 100 + patch. -#define FMT_VERSION 60001 +#define FMT_VERSION 60100 #ifdef __has_feature # define FMT_HAS_FEATURE(x) __has_feature(x)