From 0ce777ed0ec06e8336b10fd3da7b207e0b28075a Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Wed, 15 Jul 2026 17:30:37 +0200 Subject: [PATCH] +upd: version info for MS VS2026 (v18.8.0) update --- src/Version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Version.h b/src/Version.h index 7c95b6961..82b2c659c 100644 --- a/src/Version.h +++ b/src/Version.h @@ -171,9 +171,9 @@ inline LPCWSTR _Win10BuildToReleaseId(const DWORD build) #if defined(_MSC_VER) #if (_MSC_VER == 1951) #if (_MSC_FULL_VER >= 195136248) - #define VER_CPL MS Visual C++ 2026 v18.7.(2-3) + #define VER_CPL MS Visual C++ 2026 v18.8.0 #elif (_MSC_FULL_VER >= 195136247) - #define VER_CPL MS Visual C++ 2026 v18.7.(0-1) + #define VER_CPL MS Visual C++ 2026 v18.7.(0-3) #elif (_MSC_FULL_VER >= 195136246) #define VER_CPL MS Visual C++ 2026 v18.6.2 #elif (_MSC_FULL_VER >= 195136244)