Merge pull request #3042 from hpwamr/mui

+ upd: MS VS 2019 version update (v16.8.4)
This commit is contained in:
Pairi Daiza 2021-01-14 15:57:51 +01:00 committed by GitHub
commit 8e0170449b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 6 deletions

View File

@ -34,7 +34,7 @@ SUP - (S)et(UP) / Installer Package
========================================================
Current BETA/RC Version 5.20.1223.(build_#) (2020-12-23)
Current BETA/RC Version 5.21.114.(build_#) (2021-01-14)
========================================================
--------------------------------------------------------

View File

@ -1 +1 @@
1223
114

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.20.1223.1"
version="5.21.114.1"
type="win32"
/>
<description>Notepad3 beta</description>

View File

@ -74,7 +74,9 @@
#if defined(_MSC_VER)
#if (_MSC_VER == 1928)
#if (_MSC_FULL_VER >= 192829335)
#if (_MSC_FULL_VER >= 192829336)
#define VER_CPL MS Visual C++ 2019 v16.8.4
#elif (_MSC_FULL_VER >= 192829335)
#define VER_CPL MS Visual C++ 2019 v16.8.3
#elif (_MSC_FULL_VER >= 192829334)
#define VER_CPL MS Visual C++ 2019 v16.8.2

View File

@ -7,8 +7,8 @@
#define APPNAME Notepad3
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 20
#define VERSION_REV 1223
#define VERSION_MINOR 21
#define VERSION_REV 114
#define VERSION_BUILD 1
#define SCINTILLA_VER 446
#define ONIGURUMA_REGEX_VER 6.9.6