From ccd675a286f457068ee8c823f8207f13c2325b26 Mon Sep 17 00:00:00 2001 From: gabime Date: Fri, 12 Jan 2018 14:09:34 +0200 Subject: [PATCH] version 0.16.3 --- include/spdlog/spdlog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdlog/spdlog.h b/include/spdlog/spdlog.h index c7af2c79..ff79ef6e 100644 --- a/include/spdlog/spdlog.h +++ b/include/spdlog/spdlog.h @@ -7,7 +7,7 @@ #pragma once -#define SPDLOG_VERSION "0.16.2" +#define SPDLOG_VERSION "0.16.3" #include "tweakme.h" #include "common.h"