From 39f4545d9ad3cf06a8b60cd7c4d966006f9c1261 Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Wed, 14 Aug 2024 09:23:40 +0200 Subject: [PATCH] +upd: version info for MS VS2022 (v17.11.0) update --- src/Version.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Version.h b/src/Version.h index 16106a2f3..21fd631f0 100644 --- a/src/Version.h +++ b/src/Version.h @@ -153,7 +153,11 @@ inline LPCWSTR _Win10BuildToReleaseId(const DWORD build) #undef VER_CPL #if defined(_MSC_VER) - #if (_MSC_VER == 1940) + #if (_MSC_VER == 1941) + #if (_MSC_FULL_VER >= 194134120) + #define VER_CPL MS Visual C++ 2022 v17.11.0 + #endif + #elif (_MSC_VER == 1940) #if (_MSC_FULL_VER >= 194033813) #define VER_CPL MS Visual C++ 2022 v17.10.5 #elif (_MSC_FULL_VER >= 194033812)