From 73cd494b0e151dbfab975c7cc74afb80cf8fab42 Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Wed, 22 Feb 2023 09:24:20 +0100 Subject: [PATCH] +upd: version info for MS VS2022 (v17.5.0) update --- src/Version.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Version.h b/src/Version.h index 917b19489..540a26bd9 100644 --- a/src/Version.h +++ b/src/Version.h @@ -148,7 +148,11 @@ inline LPCWSTR _Win10BuildToReleaseId(const DWORD build) #undef VER_CPL #if defined(_MSC_VER) - #if (_MSC_VER == 1934) + #if (_MSC_VER == 1935) + #if (_MSC_FULL_VER >= 143532215) + #define VER_CPL MS Visual C++ 2022 v17.5.0 + #endif + #elif (_MSC_VER == 1934) #if (_MSC_FULL_VER >= 193431942) #define VER_CPL MS Visual C++ 2022 v17.4.5 #elif (_MSC_FULL_VER >= 193431937)