Bump version

This commit is contained in:
Victor Zverovich 2026-07-29 10:02:47 -07:00
parent 17500e457b
commit a00f82c6b6

View File

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