Merge pull request #1161 from hpwamr/mui_dev

+ Update: Version Strings (VER_CPL) and Changes.txt
This commit is contained in:
Pairi Daiza 2019-05-01 19:57:36 +02:00 committed by GitHub
commit bc8065f3fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -30,7 +30,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
==================================================
Current Version 5.19.430.build (2019-Apr 30)
Current Version 5.19.501.build (2019-May 1)
==================================================
--------------------------------------------------
@ -68,6 +68,8 @@ CHANGES:
- Allow Hyperlink Hotspots to be activated in "Focused View"
- BOOKMARK (margin flag) style changed to vertical flavor
- Auto-Save after elevating user right
- Compiler version 192027508 (VS2019 v16.0.(0-3)
- Rework Chinese encoding (GBK,GB2312,GB18030) detection and selection
- Make international language menu (language independent)

View File

@ -68,7 +68,7 @@
#if defined(_MSC_VER)
#if (_MSC_VER >= 1920)
#if(_MSC_FULL_VER >= 192027508)
#define VER_CPL MS Visual C++ 2019 v16.0.(0-2)
#define VER_CPL MS Visual C++ 2019 v16.0.(0-3)
#elif(_MSC_FULL_VER >= 192027027)
#define VER_CPL MS Visual C++ 2019 v16.0.Prev(1-4)
#endif