We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23fdc0e commit a7148b7Copy full SHA for a7148b7
CMakeLists.txt
@@ -4,7 +4,7 @@
4
#
5
6
cmake_minimum_required(VERSION 3.1)
7
-project(spdlog VERSION 1.3.0 LANGUAGES CXX)
+project(spdlog VERSION 1.3.1 LANGUAGES CXX)
8
include(CMakeDependentOption)
9
include(GNUInstallDirs)
10
include/spdlog/version.h
@@ -7,6 +7,6 @@
#define SPDLOG_VER_MAJOR 1
#define SPDLOG_VER_MINOR 3
-#define SPDLOG_VER_PATCH 0
+#define SPDLOG_VER_PATCH 1
11
12
#define SPDLOG_VERSION (SPDLOG_VER_MAJOR * 10000 + SPDLOG_VER_MINOR * 100 + SPDLOG_VER_PATCH)
0 commit comments