From 650daf75428c72b08f6039f8ecf942e8490c5fbf Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Fri, 9 Mar 2018 23:26:28 +0200 Subject: [PATCH] Update common.h Updated spdlog version macro to 0.16.4-rc --- include/spdlog/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdlog/common.h b/include/spdlog/common.h index 4ab5e792..dc5f3795 100644 --- a/include/spdlog/common.h +++ b/include/spdlog/common.h @@ -5,7 +5,7 @@ #pragma once -#define SPDLOG_VERSION "0.16.3" +#define SPDLOG_VERSION "0.16.4-rc" #include "tweakme.h"