From 136250db61fa40c2383433fc0648f69a1888e2ad Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Tue, 15 Nov 2022 23:34:39 +0100 Subject: [PATCH] +upd: version info for MS VS2022 (v17.4.1) update --- src/Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Version.h b/src/Version.h index a70e3fe3b..921fa313d 100644 --- a/src/Version.h +++ b/src/Version.h @@ -151,7 +151,7 @@ inline LPCWSTR _Win10BuildToReleaseId(const DWORD build) #if defined(_MSC_VER) #if (_MSC_VER == 1934) #if (_MSC_FULL_VER >= 193431933) - #define VER_CPL MS Visual C++ 2022 v17.4.0 + #define VER_CPL MS Visual C++ 2022 v17.4.(0-1) #endif #elif (_MSC_VER == 1933) #if (_MSC_FULL_VER >= 193331630)