Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions language/Line numbers to translate.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 3 additions & 1 deletion src/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading