diff --git a/include/fmt/base.h b/include/fmt/base.h index 2ba23d5a..0256f956 100644 --- a/include/fmt/base.h +++ b/include/fmt/base.h @@ -24,7 +24,7 @@ #endif // The fmt library version in the form major * 10000 + minor * 100 + patch. -#define FMT_VERSION 100202 +#define FMT_VERSION 110000 // Detect compiler versions. #if defined(__clang__) && !defined(__ibmxl__)