Bump version

This commit is contained in:
Victor Zverovich
2025-03-23 10:44:46 -07:00
parent 43e31614cc
commit 3607e92dc9

View File

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