Skip to content

Commit cfe7cac

Browse files
committed
version 1.4.2
1 parent fb70eca commit cfe7cac

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 4
8-
#define SPDLOG_VER_PATCH 1
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)