From 6e737fa464a3fa7bc2a7513a95353f9b9dfd0e3f Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Tue, 25 Sep 2018 21:02:33 +0200 Subject: [PATCH] Added support for Visual Studio 2017.8 (v15.8.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 bc51c24..a06f624 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 <= 191526726)) + #if((_MSC_FULL_VER >= 191526726) && (_MSC_FULL_VER <= 191526730)) "MSVC 2017.8"; #else #error Compiler version is not supported yet!