Merge pull request #3094 from hpwamr/mui

+ upd: MS VS 2019 version update (v16.8.5)
This commit is contained in:
Pairi Daiza 2021-02-10 11:56:18 +01:00 committed by GitHub
commit eace0d59ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 4 deletions

View File

@ -1 +1 @@
207
210

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.21.207.1"
version="5.21.210.1"
type="win32"
/>
<description>Notepad3 rc</description>

View File

@ -74,7 +74,9 @@
#if defined(_MSC_VER)
#if (_MSC_VER == 1928)
#if (_MSC_FULL_VER >= 192829336)
#if (_MSC_FULL_VER >= 192829337)
#define VER_CPL MS Visual C++ 2019 v16.8.5
#elif (_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

View File

@ -8,7 +8,7 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 21
#define VERSION_REV 207
#define VERSION_REV 210
#define VERSION_BUILD 1
#define SCINTILLA_VER 446
#define ONIGURUMA_REGEX_VER 6.9.6