mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
+upd: version info for MS VS2026 (v18.6.1) update
- MUI - Language files to translate on 2026-05-20
This commit is contained in:
parent
0872cc6f38
commit
79223eddb3
@ -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)
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user