Bump version

This commit is contained in:
Victor Zverovich
2025-10-25 08:30:18 -07:00
parent 681c9e689b
commit 5987082c47

View File

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