Bump version

This commit is contained in:
Victor Zverovich 2024-07-20 07:00:12 -07:00
parent 0ad234ad13
commit e84297f255

View File

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