diff --git a/language/Line numbers to translate.txt b/language/Line numbers to translate.txt index f6f967245..be9efe59e 100644 --- a/language/Line numbers to translate.txt +++ b/language/Line numbers to translate.txt @@ -3,14 +3,14 @@ == 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 "grepWin.lang"). == == == -== Last update: 2026-05-18 == +== Last update: 2026-05-20 == ====================================================================================================== January 2026: Line numbers to translate_2026-01 - No "Added or Modified" items in January 2026 Februar 2026: Line numbers to translate_2026-02 - No "Added or Modified" items in February 2026 March 2026: Line numbers to translate_2026-03 - https://workupload.com/file/uDjfcJwACXx (2026-03-06) April 2026: Line numbers to translate_2026-04 - https://workupload.com/file/p4LABZtEsYM (2026-04-23) -May 2026: Line numbers to translate_2026-05 - https://workupload.com/file/2agjfAXYMCv (2026-05-18) +May 2026: Line numbers to translate_2026-05 - https://workupload.com/file/pTfBVJzAb5u (2026-05-20) June 2026: Line numbers to translate_2026-06 - (2026-06-xx) July 2026: Line numbers to translate_2026-07 - (2026-07-xx) August 2026: Line numbers to translate_2026-08 - (2026-08-xx) diff --git a/src/Version.h b/src/Version.h index c6cdf5d38..9367796a7 100644 --- a/src/Version.h +++ b/src/Version.h @@ -170,7 +170,9 @@ inline LPCWSTR _Win10BuildToReleaseId(const DWORD build) #if defined(_MSC_VER) #if (_MSC_VER == 1951) - #if (_MSC_FULL_VER >= 195136243) + #if (_MSC_FULL_VER >= 195136244) + #define VER_CPL MS Visual C++ 2026 v18.6.1 + #elif (_MSC_FULL_VER >= 195136243) #define VER_CPL MS Visual C++ 2026 v18.6.0 #endif #elif (_MSC_VER == 1950)