Bump version

This commit is contained in:
Victor Zverovich
2025-10-22 13:06:14 -07:00
parent 9395ef5fcb
commit c0ddbacfd3

View File

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