From 813dcbcf637da5ee11a35943382c36c2a04b1bd8 Mon Sep 17 00:00:00 2001 From: gabime Date: Fri, 22 Dec 2017 18:50:08 +0200 Subject: [PATCH] version 0.16.2 --- CMakeLists.txt | 2 +- include/spdlog/spdlog.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e37456d0..52d29531 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ # cmake_minimum_required(VERSION 3.1) -project(spdlog VERSION 0.16.1) +project(spdlog VERSION 0.16.2) include(CTest) include(CMakeDependentOption) include(GNUInstallDirs) diff --git a/include/spdlog/spdlog.h b/include/spdlog/spdlog.h index 484a1010..6907086b 100644 --- a/include/spdlog/spdlog.h +++ b/include/spdlog/spdlog.h @@ -7,7 +7,7 @@ #pragma once -#define SPDLOG_VERSION "0.16.1" +#define SPDLOG_VERSION "0.16.2" #include "tweakme.h" #include "common.h"