Bump version

This commit is contained in:
Victor Zverovich 2026-06-02 15:16:15 -07:00
parent 57563a7ebd
commit 70f794e395

View File

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