Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Dec 28, 2018
1 parent d39ece1 commit b34d92b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fmt/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#include <type_traits>

// The fmt library version in the form major * 10000 + minor * 100 + patch.
#define FMT_VERSION 50202
#define FMT_VERSION 50300

#ifdef __has_feature
# define FMT_HAS_FEATURE(x) __has_feature(x)
Expand Down

0 comments on commit b34d92b

Please sign in to comment.