diff --git a/src/Version.h b/src/Version.h index 8a0eb7d11..8f3a6663c 100644 --- a/src/Version.h +++ b/src/Version.h @@ -155,7 +155,7 @@ inline LPCWSTR _Win10BuildToReleaseId(const DWORD build) #if defined(_MSC_VER) #if (_MSC_VER == 1941) #if (_MSC_FULL_VER >= 194134120) - #define VER_CPL MS Visual C++ 2022 v17.11.(0-2) + #define VER_CPL MS Visual C++ 2022 v17.11.(0-4) #endif #elif (_MSC_VER == 1940) #if (_MSC_FULL_VER >= 194033813) diff --git a/test/test_files/StyleLexers/styleLexPROPS/INI_Notepad3_01.ini b/test/test_files/StyleLexers/styleLexPROPS/INI_Notepad3_01.ini index 38ac5d88e..8839ff11c 100644 Binary files a/test/test_files/StyleLexers/styleLexPROPS/INI_Notepad3_01.ini and b/test/test_files/StyleLexers/styleLexPROPS/INI_Notepad3_01.ini differ diff --git a/test/test_files/StyleLexers/styleLexPROPS/INI_Old_Reg_01.ini b/test/test_files/StyleLexers/styleLexPROPS/INI_Old_Reg_01.ini index c84a1aea1..cea5b20dc 100644 Binary files a/test/test_files/StyleLexers/styleLexPROPS/INI_Old_Reg_01.ini and b/test/test_files/StyleLexers/styleLexPROPS/INI_Old_Reg_01.ini differ