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 7663f58 commit 813dcbcCopy full SHA for 813dcbc
CMakeLists.txt
@@ -4,7 +4,7 @@
4
#
5
6
cmake_minimum_required(VERSION 3.1)
7
-project(spdlog VERSION 0.16.1)
+project(spdlog VERSION 0.16.2)
8
include(CTest)
9
include(CMakeDependentOption)
10
include(GNUInstallDirs)
include/spdlog/spdlog.h
@@ -7,7 +7,7 @@
#pragma once
-#define SPDLOG_VERSION "0.16.1"
+#define SPDLOG_VERSION "0.16.2"
11
12
#include "tweakme.h"
13
#include "common.h"
0 commit comments