Bump version

This commit is contained in:
Victor Zverovich
2025-05-04 09:36:07 -07:00
parent 59259a5fde
commit 7bb6fcb325

View File

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