From 39f5f745fc580db7e3ca963be3c352ed243ec413 Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Wed, 17 Jan 2024 20:19:56 +0100 Subject: [PATCH 1/2] + upd: Maintenance of the acknowledgments list. --- Readme.txt | 2 ++ language/common_res.rc | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Readme.txt b/Readme.txt index 4209b7570..9da60f6e7 100644 --- a/Readme.txt +++ b/Readme.txt @@ -109,6 +109,7 @@ hpwamr https://github.com/hpwamr igorruckert https://github.com/igorruckert jupester https://github.com/jupester kayazeren https://github.com/kayazeren +kidzgy https://github.com/kidzgy kofifus https://github.com/kofifus Lacn0755 https://github.com/Lacn0755 leeoniya https://github.com/leeoniya @@ -120,6 +121,7 @@ MadDogVachon https://github.com/MadDogVachon Matteo-Nigro https://github.com/Matteo-Nigro MelchiorGaspar https://github.com/MelchiorGaspar Mitezuss https://github.com/Mitezuss +np3fan https://github.com/np3fan RaiKoHoff https://github.com/RaiKoHoff rizonesoft https://github.com/rizonesoft Rudolfin https://github.com/Rudolfin diff --git a/language/common_res.rc b/language/common_res.rc index 99ff2aa15..6ab149f6a 100644 --- a/language/common_res.rc +++ b/language/common_res.rc @@ -131,6 +131,7 @@ IDS_MUI_ABOUT_ACKNOWLEDGES "\ \\cf0 igorruckert\\tab https://github.com/igorruckert\\par\ \\cf0 jupester\\tab https://github.com/jupester\\par\ \\cf0 kayazeren\\tab https://github.com/kayazeren\\par\ +\\cf0 kidzgy\\tab https://github.com/kidzgy\\par\ \\cf0 kofifus\\tab https://github.com/kofifus\\par\ \\cf0 Lacn0755\\tab https://github.com/Lacn0755\\par\ \\cf0 leeoniya\\tab https://github.com/leeoniya\\par\ @@ -142,6 +143,7 @@ IDS_MUI_ABOUT_ACKNOWLEDGES "\ \\cf0 Matteo-Nigro\\tab https://github.com/Matteo-Nigro\\par\ \\cf0 MelchiorGaspar\\tab https://github.com/MelchiorGaspar\\par\ \\cf0 Mitezuss\\tab https://github.com/Mitezuss\\par\ +\\cf0 np3fan\\tab https://github.com/np3fan\\par\ \\cf0 RaiKoHoff\\tab https://github.com/RaiKoHoff\\par\ \\cf0 rizonesoft\\tab https://github.com/rizonesoft\\par\ \\cf0 Rudolfin\\tab https://github.com/Rudolfin\\par\ From 691c900974aa757175d926138c951a4f073ccd87 Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Wed, 17 Jan 2024 20:20:59 +0100 Subject: [PATCH 2/2] +upd: version info for MS VS2022 (v17.8.5) update --- src/Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Version.h b/src/Version.h index a387bf98a..9e9f9d34d 100644 --- a/src/Version.h +++ b/src/Version.h @@ -155,7 +155,7 @@ inline LPCWSTR _Win10BuildToReleaseId(const DWORD build) #if defined(_MSC_VER) #if (_MSC_VER == 1938) #if (_MSC_FULL_VER >= 193833134) - #define VER_CPL MS Visual C++ 2022 v17.8.4 + #define VER_CPL MS Visual C++ 2022 v17.8.(4-5) #elif (_MSC_FULL_VER >= 193833133) #define VER_CPL MS Visual C++ 2022 v17.8.3 #elif (_MSC_FULL_VER >= 193833130)