From 79a3a633c79281712938a26275eb66c81b785736 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Wed, 20 Dec 2017 10:07:50 +0200 Subject: [PATCH] uupdate version to 0.16.1 --- 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 7c6ceda6..484a1010 100644 --- a/include/spdlog/spdlog.h +++ b/include/spdlog/spdlog.h @@ -7,7 +7,7 @@ #pragma once -#define SPDLOG_VERSION "0.16.0" +#define SPDLOG_VERSION "0.16.1" #include "tweakme.h" #include "common.h"