Skip to content

Commit 6fa3601

Browse files
authored
Version 1.15.3
1 parent c73b8cc commit 6fa3601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/spdlog/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#define SPDLOG_VER_MAJOR 1
77
#define SPDLOG_VER_MINOR 15
8-
#define SPDLOG_VER_PATCH 2
8+
#define SPDLOG_VER_PATCH 3
99

1010
#define SPDLOG_TO_VERSION(major, minor, patch) (major * 10000 + minor * 100 + patch)
1111
#define SPDLOG_VERSION SPDLOG_TO_VERSION(SPDLOG_VER_MAJOR, SPDLOG_VER_MINOR, SPDLOG_VER_PATCH)

0 commit comments

Comments
 (0)