Skip to content

Commit ad0e89c

Browse files
authored
Version 1.11.0
1 parent 6a9d561 commit ad0e89c

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 10
7+
#define SPDLOG_VER_MINOR 11
88
#define SPDLOG_VER_PATCH 0
99

1010
#define SPDLOG_VERSION (SPDLOG_VER_MAJOR * 10000 + SPDLOG_VER_MINOR * 100 + SPDLOG_VER_PATCH)

0 commit comments

Comments
 (0)