diff --git a/src/Version.h b/src/Version.h index a11d151ed..ae09d34a1 100644 --- a/src/Version.h +++ b/src/Version.h @@ -170,8 +170,10 @@ inline LPCWSTR _Win10BuildToReleaseId(const DWORD build) #if defined(_MSC_VER) #if (_MSC_VER == 1951) - #if (_MSC_FULL_VER >= 195136252) - #define VER_CPL MS Visual C++ 2026 v18.8.(1-2) + #if (_MSC_FULL_VER >= 195136256) + #define VER_CPL MS Visual C++ 2026 v18.9.0 + #elif (_MSC_FULL_VER >= 195136252) + #define VER_CPL MS Visual C++ 2026 v18.8.(1-3) #elif (_MSC_FULL_VER >= 195136248) #define VER_CPL MS Visual C++ 2026 v18.8.0 #elif (_MSC_FULL_VER >= 195136247)