Bump version

This commit is contained in:
Victor Zverovich
2024-12-25 08:18:51 -08:00
parent f3a41441df
commit faf3f84085

View File

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