From fb91c2b64abba7b9936c405c78c0b8cc468af281 Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Wed, 13 May 2026 00:13:52 +0200 Subject: [PATCH] +upd: version info for MS VS2026 (v18.6.0) update --- src/Version.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Version.h b/src/Version.h index efd84f282..c6cdf5d38 100644 --- a/src/Version.h +++ b/src/Version.h @@ -169,7 +169,11 @@ inline LPCWSTR _Win10BuildToReleaseId(const DWORD build) #undef VER_CPL #if defined(_MSC_VER) - #if (_MSC_VER == 1950) + #if (_MSC_VER == 1951) + #if (_MSC_FULL_VER >= 195136243) + #define VER_CPL MS Visual C++ 2026 v18.6.0 + #endif + #elif (_MSC_VER == 1950) #if (_MSC_FULL_VER >= 195035730) #define VER_CPL MS Visual C++ 2026 v18.5.2 #elif (_MSC_FULL_VER >= 195035729)