diff --git a/Build/Changes.txt b/Build/Changes.txt index 564a1d705..3428ed6a8 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -72,7 +72,7 @@ CHANGES: - Make Custom.Schemes and Find/Replace dialog resizable - BOOKMARK (margin flag) style changed to vertical flavor - Auto-Save after elevating user right -- Support Compiler version (VC v1921) 192127702 - VS2019 v16.1.0 +- Support Compiler version (VC v1921) 192127702 - VS2019 v16.1.(0-1) - Rework Chinese encoding (GBK,GB2312,GB18030) detection and selection - Make international language menu (language independent) - Start dual encoding detectors in (thread) parallel for large files diff --git a/src/Version.h b/src/Version.h index c2d050af9..9ff6e3259 100644 --- a/src/Version.h +++ b/src/Version.h @@ -68,7 +68,7 @@ #if defined(_MSC_VER) #if (_MSC_VER >= 1920) #if(_MSC_FULL_VER >= 192127702) - #define VER_CPL MS Visual C++ 2019 v16.1.0 + #define VER_CPL MS Visual C++ 2019 v16.1.(0-1) #elif(_MSC_FULL_VER >= 192027508) #define VER_CPL MS Visual C++ 2019 v16.0.(0-4) #elif(_MSC_FULL_VER >= 192027027)