From 595ded2035803605ca5ef9d9e79820d881c6a542 Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Wed, 1 May 2019 19:45:14 +0200 Subject: [PATCH] + Update: Version Strings (VER_CPL) and Changes.txt --- Build/Changes.txt | 4 +++- src/Version.h | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Build/Changes.txt b/Build/Changes.txt index 7814ce6fa..a23740fcb 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -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) diff --git a/src/Version.h b/src/Version.h index 5e2613c0c..5d182ee54 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 >= 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