From e96e437a1d209293d4e21b1d05bdb18bd3bf96c9 Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Wed, 24 Oct 2018 22:55:32 +0200 Subject: [PATCH] Added support for Visual Studio 2017.8 (v15.8.8). --- 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 a06f624..bfbd2f2 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 == 1915) - #if((_MSC_FULL_VER >= 191526726) && (_MSC_FULL_VER <= 191526730)) + #if((_MSC_FULL_VER >= 191526726) && (_MSC_FULL_VER <= 191526732)) "MSVC 2017.8"; #else #error Compiler version is not supported yet!