From ddd20d57eca70b5836fe7bbd188c27bf86610eca Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Wed, 17 Sep 2025 09:14:47 -0700 Subject: [PATCH] Bump version --- include/fmt/base.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/fmt/base.h b/include/fmt/base.h index efc8e999..42e192ac 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 110201 +#define FMT_VERSION 120000 // Detect compiler versions. #if defined(__clang__) && !defined(__ibmxl__) @@ -252,7 +252,7 @@ FMT_PRAGMA_CLANG(diagnostic push) #ifndef FMT_BEGIN_NAMESPACE # define FMT_BEGIN_NAMESPACE \ namespace fmt { \ - inline namespace v11 { + inline namespace v12 { # define FMT_END_NAMESPACE \ } \ }