Skip to content

Commit de0dbfa

Browse files
author
gabime
committed
version 1.8.2
1 parent f934595 commit de0dbfa

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

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

0 commit comments

Comments
 (0)