From 5987082c4760b01325494c9a68e5f19b303113f4 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 25 Oct 2025 08:30:18 -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 2e443ca0..0d578677 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 120001 +#define FMT_VERSION 120100 // Detect compiler versions. #if defined(__clang__) && !defined(__ibmxl__)