X-Git-Url: http://git.osdn.net/view?p=mutilities%2FMUtilities.git;a=blobdiff_plain;f=include%2FMUtils%2FVersion.h;h=c779c5821109780282e99fba10b6a1db48b36ed6;hp=3fdec3defaec0401717f4d976d4bcc94ca382c51;hb=edc89121f9ba3b4ed174bfe2ff4df1520c11fab7;hpb=aa434dd678069d1244301f9fea8335c696238633 diff --git a/include/MUtils/Version.h b/include/MUtils/Version.h index 3fdec3d..c779c58 100644 --- a/include/MUtils/Version.h +++ b/include/MUtils/Version.h @@ -67,14 +67,32 @@ namespace MUtils #error Compiler is not supported! #endif #elif defined(_MSC_VER) - #if (_MSC_VER == 1920) + #if (_MSC_VER == 1923) + #if((_MSC_FULL_VER >= 192328105) && (_MSC_FULL_VER <= 192328105)) + "MSVC 2019.3"; + #else + #error Compiler version is not supported yet! + #endif + #elif (_MSC_VER == 1922) + #if((_MSC_FULL_VER >= 192227905) && (_MSC_FULL_VER <= 192227905)) + "MSVC 2019.2"; + #else + #error Compiler version is not supported yet! + #endif + #elif (_MSC_VER == 1921) + #if((_MSC_FULL_VER >= 192127702) && (_MSC_FULL_VER <= 192127702)) + "MSVC 2019.1"; + #else + #error Compiler version is not supported yet! + #endif + #elif (_MSC_VER == 1920) #if((_MSC_FULL_VER >= 192027508) && (_MSC_FULL_VER <= 192027508)) "MSVC 2019.0"; #else #error Compiler version is not supported yet! #endif #elif (_MSC_VER == 1916) - #if((_MSC_FULL_VER >= 191627024) && (_MSC_FULL_VER <= 191627031)) + #if((_MSC_FULL_VER >= 191627024) && (_MSC_FULL_VER <= 191627032)) "MSVC 2017.9"; #else #error Compiler version is not supported yet!