Merge pull request #2552 from hpwamr/mui

+ ver: VS2019 version update - VS 16.6.5
This commit is contained in:
Pairi Daiza 2020-07-21 23:56:38 +02:00 committed by GitHub
commit 01d31fc481
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
1
2

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.20.721.1"
version="5.20.721.2"
type="win32"
/>
<description>Notepad3 RC2</description>

View File

@ -75,7 +75,7 @@
#if defined(_MSC_VER)
#if (_MSC_VER == 1926)
#if(_MSC_FULL_VER >= 192628806)
#define VER_CPL MS Visual C++ 2019 v16.6.(1-4)
#define VER_CPL MS Visual C++ 2019 v16.6.(1-5)
#elif(_MSC_FULL_VER >= 192628805)
#define VER_CPL MS Visual C++ 2019 v16.6.0
#endif

View File

@ -9,7 +9,7 @@
#define VERSION_MAJOR 5
#define VERSION_MINOR 20
#define VERSION_REV 721
#define VERSION_BUILD 1
#define VERSION_BUILD 2
#define SCINTILLA_VER 443
#define ONIGURUMA_REGEX_VER 6.9.5
#define UCHARDET_VER 2018.09.27