From 7be6f3161efce4fa3c2432a23f381cec039fbe4c Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Sun, 3 Jun 2018 15:37:22 +0200 Subject: [PATCH] Added support for Visual Studio 2017.7 (v15.7.3). --- 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 513def3..e34fcd6 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 >= 191426428) && (_MSC_FULL_VER <= 191426428)) + #if((_MSC_FULL_VER >= 191426430) && (_MSC_FULL_VER <= 191426430)) "MSVC 2017.7"; #else #error Compiler version is not supported yet!