Bump version and add version validation

This commit is contained in:
Victor Zverovich
2024-07-04 07:49:58 -07:00
parent e50c8b6bd8
commit 503e183b9e
2 changed files with 12 additions and 2 deletions
+2 -2
View File
@@ -23,7 +23,7 @@
#endif
// The fmt library version in the form major * 10000 + minor * 100 + patch.
#define FMT_VERSION 110000
#define FMT_VERSION 110001
// Detect compiler versions.
#if defined(__clang__) && !defined(__ibmxl__)
@@ -262,7 +262,7 @@
#ifndef FMT_BEGIN_NAMESPACE
# define FMT_BEGIN_NAMESPACE \
namespace fmt { \
inline namespace v10 {
inline namespace v11 {
# define FMT_END_NAMESPACE \
} \
}