diff --git a/include/fmt/base.h b/include/fmt/base.h index dd4b2210..62764942 100644 --- a/include/fmt/base.h +++ b/include/fmt/base.h @@ -23,7 +23,7 @@ #endif // The fmt library version in the form major * 10000 + minor * 100 + patch. -#define FMT_VERSION 110001 +#define FMT_VERSION 110002 // Detect compiler versions. #if defined(__clang__) && !defined(__ibmxl__)