From bc1af77d6f263728bbc3a9f5be3571b6caeabcc0 Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Tue, 24 Feb 2026 20:52:39 +0100 Subject: [PATCH] +upd: version info for MS VS2026 (v18.3.2) update - remove typo in Notepad3.ini --- Build/Notepad3.ini | 2 +- src/Version.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Build/Notepad3.ini b/Build/Notepad3.ini index 86abc50be..bb95b1676 100644 --- a/Build/Notepad3.ini +++ b/Build/Notepad3.ini @@ -59,7 +59,7 @@ SettingsVersion=5 ;AnalyzeReliableConfidenceLevel=90 ;LocaleAnsiCodePageAnalysisBonus=33 ;LexerSQLNumberSignAsComment=1 -;AtomicFileSave=true; +;AtomicFileSave=true ;ExitOnESCSkipLevel=2 ;ZoomTooltipTimeout=3200 ;in [msec] ;WrapAroundTooltipTimeout=2000 ;in [msec] diff --git a/src/Version.h b/src/Version.h index 4f100a3b1..478250ebe 100644 --- a/src/Version.h +++ b/src/Version.h @@ -162,6 +162,8 @@ inline LPCWSTR _Win10BuildToReleaseId(const DWORD build) #if defined(_MSC_VER) #if (_MSC_VER == 1950) + #if (_MSC_FULL_VER >= 195035725) + #define VER_CPL MS Visual C++ 2026 v18.3.2 #if (_MSC_FULL_VER >= 195035724) #define VER_CPL MS Visual C++ 2026 v18.3.(0-1) #elif (_MSC_FULL_VER >= 195035719)