Skip to content

Commit 486b555

Browse files
committed
Version 1.16.0
1 parent 1bea38e commit 486b555

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/spdlog/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
#pragma once
55

66
#define SPDLOG_VER_MAJOR 1
7-
#define SPDLOG_VER_MINOR 15
8-
#define SPDLOG_VER_PATCH 3
7+
#define SPDLOG_VER_MINOR 16
8+
#define SPDLOG_VER_PATCH 0
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)