Skip to content

Commit cbe9448

Browse files
author
gabime
committed
version 1.8.1
1 parent 5b34553 commit cbe9448

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
@@ -5,6 +5,6 @@
55

66
#define SPDLOG_VER_MAJOR 1
77
#define SPDLOG_VER_MINOR 8
8-
#define SPDLOG_VER_PATCH 0
8+
#define SPDLOG_VER_PATCH 1
99

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

0 commit comments

Comments
 (0)