Skip to content

Commit ddd20d5

Browse files
committed
Bump version
1 parent 594143e commit ddd20d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/fmt/base.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#endif
2222

2323
// The fmt library version in the form major * 10000 + minor * 100 + patch.
24-
#define FMT_VERSION 110201
24+
#define FMT_VERSION 120000
2525

2626
// Detect compiler versions.
2727
#if defined(__clang__) && !defined(__ibmxl__)
@@ -252,7 +252,7 @@ FMT_PRAGMA_CLANG(diagnostic push)
252252
#ifndef FMT_BEGIN_NAMESPACE
253253
# define FMT_BEGIN_NAMESPACE \
254254
namespace fmt { \
255-
inline namespace v11 {
255+
inline namespace v12 {
256256
# define FMT_END_NAMESPACE \
257257
} \
258258
}

0 commit comments

Comments
 (0)