Skip to content

Commit 48bcf39

Browse files
committed
Version 1.15.2
1 parent 9c58257 commit 48bcf39

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 1
8+
#define SPDLOG_VER_PATCH 2
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)