Skip to content

Commit 813dcbc

Browse files
committed
version 0.16.2
1 parent 7663f58 commit 813dcbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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 0.16.1)
7+
project(spdlog VERSION 0.16.2)
88
include(CTest)
99
include(CMakeDependentOption)
1010
include(GNUInstallDirs)

include/spdlog/spdlog.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
#pragma once
99

10-
#define SPDLOG_VERSION "0.16.1"
10+
#define SPDLOG_VERSION "0.16.2"
1111

1212
#include "tweakme.h"
1313
#include "common.h"

0 commit comments

Comments
 (0)