diff --git a/src/Version.h b/src/Version.h index 5c3099d7f..3fa5da24c 100644 --- a/src/Version.h +++ b/src/Version.h @@ -68,7 +68,9 @@ #define VER_CPL MS Visual C++ 2019 16.0.0_Prev #endif #elif (_MSC_VER >= 1916) - #if(_MSC_FULL_VER >= 191627025) + #if(_MSC_FULL_VER >= 191627026) + #define VER_CPL MS Visual C++ 2017 v15.9.5 + #elif(_MSC_FULL_VER >= 191627025) #define VER_CPL MS Visual C++ 2017 v15.9.4 #elif(_MSC_FULL_VER >= 191627024) #define VER_CPL MS Visual C++ 2017 v15.9.(2-3)