From e192387be4e6d21d3c2226ad66554ca1f6f72666 Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Fri, 13 Jul 2018 20:12:38 +0200 Subject: [PATCH] Added support for Visual Studio 2017.7 (v15.7.5). --- include/MUtils/Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/MUtils/Version.h b/include/MUtils/Version.h index 69281da..642d0e8 100644 --- a/include/MUtils/Version.h +++ b/include/MUtils/Version.h @@ -68,7 +68,7 @@ namespace MUtils #endif #elif defined(_MSC_VER) #if (_MSC_VER == 1914) - #if((_MSC_FULL_VER >= 191426430) && (_MSC_FULL_VER <= 191426431)) + #if((_MSC_FULL_VER >= 191426430) && (_MSC_FULL_VER <= 191426433)) "MSVC 2017.7"; #else #error Compiler version is not supported yet!