+ Ver: VS2019 version update - VS 16.3.10 and update Changes.txt

This commit is contained in:
Pairi Daiza 2019-11-21 21:44:10 +01:00
parent 79e8558133
commit 5322cecc31
2 changed files with 3 additions and 2 deletions

View File

@ -31,7 +31,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
====================================================
Current BETA Version 5.19.1120.(#build) (2019-11-20)
Current BETA Version 5.19.1121.(#build) (2019-11-21)
====================================================
----------------------------------------------------
@ -89,6 +89,7 @@ ENHANCEMENT:
----------------------------------------------------
FIXES:
----------------------------------------------------
- System MessageBox() for "not saved" warning on modified files
- Oniguruma RegEx engine: respect EOL mode on encoding type.
- Wrong encoding detection settings for explicit config .ini-File load.
- Disable HyperLink calltip on ESC, as long as caret is in hyperlink text range.

View File

@ -75,7 +75,7 @@
#if defined(_MSC_VER)
#if (_MSC_VER == 1923)
#if(_MSC_FULL_VER >= 192328107)
#define VER_CPL MS Visual C++ 2019 v16.3.9
#define VER_CPL MS Visual C++ 2019 v16.3.(9-10)
#elif(_MSC_FULL_VER >= 192328106)
#define VER_CPL MS Visual C++ 2019 v16.3.(3-8)
#elif(_MSC_FULL_VER >= 192328105)