From 0d7da00004e899ce8b1cb11f6b732f662a06b430 Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Sun, 27 Jan 2019 19:41:38 +0100 Subject: [PATCH] Added support for Visual Studio 2017.9 (v15.9.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 7b1462f..4f0419b 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 == 1916) - #if((_MSC_FULL_VER >= 191627024) && (_MSC_FULL_VER <= 191627025)) + #if((_MSC_FULL_VER >= 191627024) && (_MSC_FULL_VER <= 191627026)) "MSVC 2017.9"; #else #error Compiler version is not supported yet! -- 2.11.0