Merge pull request #1839 from hpwamr/mui

+Ver: VS2019 version update - VS 16.4.0 and update Changes.txt
This commit is contained in:
Pairi Daiza 2019-12-05 19:06:00 +01:00 committed by GitHub
commit fa12e5e638
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 19 additions and 6 deletions

View File

@ -31,7 +31,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
====================================================
Current BETA Version 5.19.1201.(#build) (2019-12-01)
Current BETA Version 5.19.1205.(#build) (2019-12-05)
====================================================
----------------------------------------------------

View File

@ -1 +1 @@
2694
2695

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.19.1201.2694"
version="5.19.1205.2695"
type="win32"
/>
<description>Notepad3 BETA</description>

View File

@ -73,7 +73,11 @@
#undef VER_CPL
#if defined(_MSC_VER)
#if (_MSC_VER == 1923)
#if (_MSC_VER == 1924)
#if(_MSC_FULL_VER >= 192428314)
#define VER_CPL MS Visual C++ 2019 v16.4.0
#endif
#elif (_MSC_VER == 1923)
#if(_MSC_FULL_VER >= 192328107)
#define VER_CPL MS Visual C++ 2019 v16.3.(9-10)
#elif(_MSC_FULL_VER >= 192328106)

View File

@ -8,8 +8,8 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 19
#define VERSION_REV 1201
#define VERSION_BUILD 2694
#define VERSION_REV 1205
#define VERSION_BUILD 2695
#define SCINTILLA_VER 421
#define ONIGURUMA_REGEX_VER 6.9.4
#define UCHARDET_VER 2018.09.27

View File

@ -0,0 +1,9 @@
{
"manifest_version": 2,
"name": "k view",
"version": "0.5",
"description": "テスト。",
"browser_action": {
"default_icon": { "19": "round-done-button.png" }
},
}