From b0b3dc5ff9e1ec1c33626c05ed5b1bbb7aaef431 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 12 Jan 2025 08:13:56 -0800 Subject: [PATCH] Bump version --- include/fmt/base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fmt/base.h b/include/fmt/base.h index 261b849c..c1d09c6d 100644 --- a/include/fmt/base.h +++ b/include/fmt/base.h @@ -21,7 +21,7 @@ #endif // The fmt library version in the form major * 10000 + minor * 100 + patch. -#define FMT_VERSION 110101 +#define FMT_VERSION 110102 // Detect compiler versions. #if defined(__clang__) && !defined(__ibmxl__)