Bump version

This commit is contained in:
Victor Zverovich
2025-01-12 08:13:56 -08:00
parent 586ea06f02
commit b0b3dc5ff9

View File

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