From fc39fa584805d4d1b6d2a10dcafc394c7477c4fa Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Tue, 14 Nov 2023 20:09:36 +0100 Subject: [PATCH] +upd: version info for MS VS2022 (v17.8.0) update --- Build/Changes.txt | 1 - language/Line numbers to translate.txt | 2 +- src/Version.h | 6 +++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Build/Changes.txt b/Build/Changes.txt index f2fea3ae2..4af094a98 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -84,7 +84,6 @@ CHANGES: [.619.1]- Tooltip/Calltip style using Segoe UI font. [.616.1]- Web Source Code: enhancement for commenting in embedded scripts. [.526.1]- Removing square brackets from being valid codepoints of URL (hyperlink) regex. -[.521.1]- Copy an "Additional Notepad3Portable.cmd Launcher" in PAF file [Root]. [.503.1]- Minor enhancement on log file monitoring. [.501.1]- Add some new sentences for Logfile Monitoring. [.430.1]- Some enhancements for Logfile Monitoring. diff --git a/language/Line numbers to translate.txt b/language/Line numbers to translate.txt index d5347856a..a1b731240 100644 --- a/language/Line numbers to translate.txt +++ b/language/Line numbers to translate.txt @@ -28,7 +28,7 @@ June 2023: Line numbers to translate_2023-06 - https://workupload.com/file/Xx July 2023: Line numbers to translate_2023-07 - https://workupload.com/file/Uqb2Sp3a9AH (2023-07-07) August 2023: Line numbers to translate_2023-08 - https://workupload.com/file/tffXdy5dupA (2023-08-28) Septemb 2023: Line numbers to translate_2023-09 - https://workupload.com/file/JqfeAM46MxL (2023-09-13) -October 2023: Line numbers to translate_2023-10 - (2023-10-xx) +October 2023: Line numbers to translate_2023-10 - No "Added or Modified" items in October 2023 Novemb. 2023: Line numbers to translate_2023-11 - (2023-11-xx) Decemb. 2023: Line numbers to translate_2023-12 - (2023-12-xx) diff --git a/src/Version.h b/src/Version.h index 417d96044..af7ab13dd 100644 --- a/src/Version.h +++ b/src/Version.h @@ -148,7 +148,11 @@ inline LPCWSTR _Win10BuildToReleaseId(const DWORD build) #undef VER_CPL #if defined(_MSC_VER) - #if (_MSC_VER == 1937) + #if (_MSC_VER == 1938) + #if (_MSC_FULL_VER >= 193833130) + #define VER_CPL MS Visual C++ 2022 v17.8.0 + #endif + #elif (_MSC_VER == 1937) #if (_MSC_FULL_VER >= 193732825) #define VER_CPL MS Visual C++ 2022 v17.7.(5-6) #elif (_MSC_FULL_VER >= 193732824)