Skip to content

Commit 61ed2a6

Browse files
author
gabime
committed
bump version number to 1.9.0
1 parent db1bc03 commit 61ed2a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/spdlog/version.h

+2-2
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 8
8-
#define SPDLOG_VER_PATCH 6
7+
#define SPDLOG_VER_MINOR 9
8+
#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)