mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
+upd: version info for MS VS2022 (v17.14.17) update
This commit is contained in:
parent
1e3f8da480
commit
dd05350cb9
@ -27,7 +27,7 @@ May 2025: Line numbers to translate_2025-05 - No "Added or Modified" items i
|
||||
June 2025: Line numbers to translate_2025-06 - No "Added or Modified" items in June 2025
|
||||
July 2025: Line numbers to translate_2025-07 - No "Added or Modified" items in July 2025
|
||||
August 2025: Line numbers to translate_2025-08 - No "Added or Modified" items in August 2025
|
||||
Septemb 2025: Line numbers to translate_2025-09 - (2025-09-xx)
|
||||
Septemb 2025: Line numbers to translate_2025-09 - No "Added or Modified" items in September 2025
|
||||
October 2025: Line numbers to translate_2025-10 - (2025-10-xx)
|
||||
Novemb. 2025: Line numbers to translate_2025-11 - (2025-11-xx)
|
||||
Decemb. 2025: Line numbers to translate_2025-12 - (2025-12-xx)
|
||||
|
||||
@ -159,7 +159,7 @@ inline LPCWSTR _Win10BuildToReleaseId(const DWORD build)
|
||||
#if defined(_MSC_VER)
|
||||
#if (_MSC_VER == 1944)
|
||||
#if (_MSC_FULL_VER >= 194435217)
|
||||
#define VER_CPL MS Visual C++ 2022 v17.14.(15-16)
|
||||
#define VER_CPL MS Visual C++ 2022 v17.14.(15-17)
|
||||
#elif (_MSC_FULL_VER >= 194435216)
|
||||
#define VER_CPL MS Visual C++ 2022 v17.14.14
|
||||
#elif (_MSC_FULL_VER >= 194435215)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user