diff --git a/include/MUtils/Version.h b/include/MUtils/Version.h index c779c58..b727ae0 100644 --- a/include/MUtils/Version.h +++ b/include/MUtils/Version.h @@ -92,7 +92,7 @@ namespace MUtils #error Compiler version is not supported yet! #endif #elif (_MSC_VER == 1916) - #if((_MSC_FULL_VER >= 191627024) && (_MSC_FULL_VER <= 191627032)) + #if((_MSC_FULL_VER >= 191627024) && (_MSC_FULL_VER <= 191627034)) "MSVC 2017.9"; #else #error Compiler version is not supported yet!