From 1e6cca2c1aded268db021d072c634f68eea52de6 Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Wed, 25 Oct 2023 00:07:18 +0200 Subject: [PATCH] +upd: version info for MS VS2022 (v17.7.6) update --- src/Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Version.h b/src/Version.h index 7ed1fbd46..417d96044 100644 --- a/src/Version.h +++ b/src/Version.h @@ -150,7 +150,7 @@ inline LPCWSTR _Win10BuildToReleaseId(const DWORD build) #if defined(_MSC_VER) #if (_MSC_VER == 1937) #if (_MSC_FULL_VER >= 193732825) - #define VER_CPL MS Visual C++ 2022 v17.7.5 + #define VER_CPL MS Visual C++ 2022 v17.7.(5-6) #elif (_MSC_FULL_VER >= 193732824) #define VER_CPL MS Visual C++ 2022 v17.7.4 #elif (_MSC_FULL_VER >= 193732822)