From fb7af899710ab0a7cb3bd56a8699cbdcdc5251e5 Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Wed, 11 Jan 2023 05:43:45 +0100 Subject: [PATCH] +upd: version info for MS VS2022 (v17.4.4) update --- src/Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Version.h b/src/Version.h index 749c26fba..31c0d9af8 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 >= 193431937) - #define VER_CPL MS Visual C++ 2022 v17.4.3 + #define VER_CPL MS Visual C++ 2022 v17.4.(3-4) #elif (_MSC_FULL_VER >= 193431935) #define VER_CPL MS Visual C++ 2022 v17.4.2 #elif (_MSC_FULL_VER >= 193431933)