From 8a3a8177d66b3e887bc27f30215cccd890ccfed2 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 19 Jan 2020 15:34:30 -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 00e2c3a3..5aefcc14 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 60102 +#define FMT_VERSION 60103 #ifdef __has_feature # define FMT_HAS_FEATURE(x) __has_feature(x)