Skip to content

Commit 7c02e20

Browse files
committed
Bump version to 1.13.0
1 parent 2aa8b6c commit 7c02e20

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
@@ -4,7 +4,7 @@
44
#pragma once
55

66
#define SPDLOG_VER_MAJOR 1
7-
#define SPDLOG_VER_MINOR 12
7+
#define SPDLOG_VER_MINOR 13
88
#define SPDLOG_VER_PATCH 0
99

1010
#define SPDLOG_TO_VERSION(major, minor, patch) (major * 10000 + minor * 100 + patch)

0 commit comments

Comments
 (0)