diff --git a/include/fmt/base.h b/include/fmt/base.h index b9fe4e8f..77f63cd2 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 120000 +#define FMT_VERSION 120001 // Detect compiler versions. #if defined(__clang__) && !defined(__ibmxl__)