diff --git a/language/Line numbers to translate.txt b/language/Line numbers to translate.txt index 8f3c33031..865e8d628 100644 --- a/language/Line numbers to translate.txt +++ b/language/Line numbers to translate.txt @@ -3,7 +3,7 @@ == This file is intended for the "Translators" to communicate to them the "Line Numbers" of == == the "Added or Modified" lines in "Resource" files ("filename_xx_yy.rc" and "grepWinNP3.lang"). == == == -== Last update: 2024-04-30 == +== Last update: 2024-05-31 == ====================================================================================================== January 2023: Line numbers to translate_2023-01 - No "Added or Modified" items in January 2023 @@ -23,7 +23,7 @@ January 2024: Line numbers to translate_2024-01 - No "Added or Modified" items i Februar 2024: Line numbers to translate_2024-02 - No "Added or Modified" items in February 2024 March 2024: Line numbers to translate_2024-03 - No "Added or Modified" items in March 2024 April 2024: Line numbers to translate_2024-04 - No "Added or Modified" items in April 2024 -May 2024: Line numbers to translate_2024-05 - (2024-05-xx) +May 2024: Line numbers to translate_2024-05 - https://workupload.com/file/gTG3tx8xeDn (2024-05-31) June 2024: Line numbers to translate_2024-06 - (2024-06-xx) July 2024: Line numbers to translate_2024-07 - (2024-07-xx) August 2024: Line numbers to translate_2024-08 - (2024-08-xx) diff --git a/src/Version.h b/src/Version.h index 982fbfe13..157a70a81 100644 --- a/src/Version.h +++ b/src/Version.h @@ -154,7 +154,9 @@ inline LPCWSTR _Win10BuildToReleaseId(const DWORD build) #if defined(_MSC_VER) #if (_MSC_VER == 1940) - #if (_MSC_FULL_VER >= 194033808) + #if (_MSC_FULL_VER >= 194033811) + #define VER_CPL MS Visual C++ 2022 v17.10.1 + #elif (_MSC_FULL_VER >= 194033808) #define VER_CPL MS Visual C++ 2022 v17.10.0 #endif #elif (_MSC_VER == 1939)