From 70f794e395a52be64ed54182c2b22adb5f1d1c30 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Tue, 2 Jun 2026 15:16:15 -0700 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 bcd06319..20cccc2b 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 120101 +#define FMT_VERSION 120200 // Detect compiler versions. #if defined(__clang__) && !defined(__ibmxl__)