From 9867e7ea4c098f01bd46247eed5ef246fdfc55cb Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Fri, 13 Apr 2018 18:55:55 +0200 Subject: [PATCH] Added support for Visual Studio 2017.6 (v15.6.6). --- 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 da4f1a5..584c69d 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 == 1913) - #if((_MSC_FULL_VER >= 191326128) && (_MSC_FULL_VER <= 191326129)) + #if((_MSC_FULL_VER >= 191326128) && (_MSC_FULL_VER <= 191326131)) "MSVC 2017.6"; #else #error Compiler version is not supported yet! -- 2.11.4.GIT