Bump version

This commit is contained in:
Victor Zverovich 2023-11-25 09:11:53 -08:00
parent 2d1e4bb35e
commit 6988be3878

View File

@ -18,7 +18,7 @@
#include <type_traits>
// The fmt library version in the form major * 10000 + minor * 100 + patch.
#define FMT_VERSION 100101
#define FMT_VERSION 100102
#if defined(__clang__) && !defined(__ibmxl__)
# define FMT_CLANG_VERSION (__clang_major__ * 100 + __clang_minor__)