From 904bed92c30830509eda235d93d14f8f3fdaf8b9 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Fri, 3 Feb 2017 15:11:08 +0200 Subject: [PATCH] Added SPDLOG_VERSION macro to common.h --- include/spdlog/common.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/spdlog/common.h b/include/spdlog/common.h index a0a227ef..03a7ca0d 100644 --- a/include/spdlog/common.h +++ b/include/spdlog/common.h @@ -5,6 +5,8 @@ #pragma once +#define SPDLOG_VERSION "0.11.0" + #include #include #include