mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge pull request #3094 from hpwamr/mui
+ upd: MS VS 2019 version update (v16.8.5)
This commit is contained in:
commit
eace0d59ec
@ -1 +1 @@
|
||||
207
|
||||
210
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.21.207.1"
|
||||
version="5.21.210.1"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 rc</description>
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user