Skip to content

Commit 238c9ff

Browse files
committed
Bump spdlog to version 1.14.0
1 parent 3b4c775 commit 238c9ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/spdlog/version.h

+1-1
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 13
7+
#define SPDLOG_VER_MINOR 14
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)