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
1 change: 1 addition & 0 deletions Build/Changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ CHANGES:
FIXES:
--------------------------------------------------------
[.xxx.x]-
[.218.1]- Cover both scopes: per-process and per-window (Shell)AppUserModelID.
[.218.1]- URL extraction - handle final single-quote smart.
[.218.1]- INI file handling in case of redirection.
[.216.1]- Win's Unicode detection is not reliable, change encoding detection.
Expand Down
4 changes: 2 additions & 2 deletions src/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,9 @@ inline LPCWSTR _Win10BuildToReleaseId(const DWORD build)
#if defined(_MSC_VER)
#if (_MSC_VER == 1950)
#if (_MSC_FULL_VER >= 195035724)
#define VER_CPL MS Visual C++ 2026 v18.(2-3)
#define VER_CPL MS Visual C++ 2026 v18.3.(0-1)
#elif (_MSC_FULL_VER >= 195035719)
#define VER_CPL MS Visual C++ 2026 v18.(0-2)
#define VER_CPL MS Visual C++ 2026 v18.(1-2)
#elif (_MSC_FULL_VER >= 195035717)
#define VER_CPL MS Visual C++ 2026 v18.0.0
#endif
Expand Down