Skip to content

Commit

Permalink
+upd: version info for MS VS2022 (v17.8.0) update
Browse files Browse the repository at this point in the history
  • Loading branch information
hpwamr committed Nov 14, 2023
1 parent 9bb4309 commit fc39fa5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 0 additions & 1 deletion Build/Changes.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ CHANGES:
[.619.1]- Tooltip/Calltip style using Segoe UI font. [.619.1]- Tooltip/Calltip style using Segoe UI font.
[.616.1]- Web Source Code: enhancement for commenting in embedded scripts. [.616.1]- Web Source Code: enhancement for commenting in embedded scripts.
[.526.1]- Removing square brackets from being valid codepoints of URL (hyperlink) regex. [.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. [.503.1]- Minor enhancement on log file monitoring.
[.501.1]- Add some new sentences for Logfile Monitoring. [.501.1]- Add some new sentences for Logfile Monitoring.
[.430.1]- Some enhancements for Logfile Monitoring. [.430.1]- Some enhancements for Logfile Monitoring.
Expand Down
2 changes: 1 addition & 1 deletion language/Line numbers to translate.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -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) 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) 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) 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) Novemb. 2023: Line numbers to translate_2023-11 - (2023-11-xx)
Decemb. 2023: Line numbers to translate_2023-12 - (2023-12-xx) Decemb. 2023: Line numbers to translate_2023-12 - (2023-12-xx)


Expand Down
6 changes: 5 additions & 1 deletion src/Version.h
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -148,7 +148,11 @@ inline LPCWSTR _Win10BuildToReleaseId(const DWORD build)
#undef VER_CPL #undef VER_CPL


#if defined(_MSC_VER) #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) #if (_MSC_FULL_VER >= 193732825)
#define VER_CPL MS Visual C++ 2022 v17.7.(5-6) #define VER_CPL MS Visual C++ 2022 v17.7.(5-6)
#elif (_MSC_FULL_VER >= 193732824) #elif (_MSC_FULL_VER >= 193732824)
Expand Down

0 comments on commit fc39fa5

Please sign in to comment.