Skip to content

Commit a7148b7

Browse files
committed
Version 1.3.1
1 parent 23fdc0e commit a7148b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55

66
cmake_minimum_required(VERSION 3.1)
7-
project(spdlog VERSION 1.3.0 LANGUAGES CXX)
7+
project(spdlog VERSION 1.3.1 LANGUAGES CXX)
88
include(CMakeDependentOption)
99
include(GNUInstallDirs)
1010

Diff for: include/spdlog/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77

88
#define SPDLOG_VER_MAJOR 1
99
#define SPDLOG_VER_MINOR 3
10-
#define SPDLOG_VER_PATCH 0
10+
#define SPDLOG_VER_PATCH 1
1111

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

0 commit comments

Comments
 (0)