diff --git a/Build/Changes.txt b/Build/Changes.txt index 575e69cb6..971bd1dfd 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -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. diff --git a/src/Version.h b/src/Version.h index c95d6ca1f..4f100a3b1 100644 --- a/src/Version.h +++ b/src/Version.h @@ -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