diff --git a/include/MUtils/Version.h b/include/MUtils/Version.h index 1d4cb79..038cd4b 100644 --- a/include/MUtils/Version.h +++ b/include/MUtils/Version.h @@ -67,7 +67,9 @@ namespace MUtils #error Compiler is not supported! #endif #elif defined(_MSC_VER) - #if (_MSC_VER == 1925) + #if (_MSC_VER == 1926) + "MSVC 2019.6"; + #elif (_MSC_VER == 1925) "MSVC 2019.5"; #elif (_MSC_VER == 1924) "MSVC 2019.4";