diff --git a/src/Version.h b/src/Version.h index 3a5911efa..133aaf5b4 100644 --- a/src/Version.h +++ b/src/Version.h @@ -158,7 +158,11 @@ inline LPCWSTR _Win10BuildToReleaseId(const DWORD build) #if defined(_MSC_VER) #if (_MSC_VER == 1944) - #if (_MSC_FULL_VER >= 194435209) + #if (_MSC_FULL_VER >= 194435211) + #define VER_CPL MS Visual C++ 2022 v17.14.7 + #elif (_MSC_FULL_VER >= 194435210) + #define VER_CPL MS Visual C++ 2022 v17.14.(5-6) + #elif (_MSC_FULL_VER >= 194435209) #define VER_CPL MS Visual C++ 2022 v17.14.4 #elif (_MSC_FULL_VER >= 194435208) #define VER_CPL MS Visual C++ 2022 v17.14.3