Bump version

This commit is contained in:
Victor Zverovich
2024-12-27 08:41:06 -08:00
parent feb72126b4
commit e9ec4fdc88

View File

@ -21,7 +21,7 @@
#endif #endif
// The fmt library version in the form major * 10000 + minor * 100 + patch. // The fmt library version in the form major * 10000 + minor * 100 + patch.
#define FMT_VERSION 110100 #define FMT_VERSION 110101
// Detect compiler versions. // Detect compiler versions.
#if defined(__clang__) && !defined(__ibmxl__) #if defined(__clang__) && !defined(__ibmxl__)