mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
+ver: VS2019 version update - VS 16.5.0
This commit is contained in:
parent
6a7ecd2ab8
commit
0e3813e402
@ -1 +1 @@
|
||||
319
|
||||
320
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.20.319.1"
|
||||
version="5.20.320.1"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 RC3</description>
|
||||
|
||||
@ -73,7 +73,11 @@
|
||||
#undef VER_CPL
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#if (_MSC_VER == 1924)
|
||||
#if (_MSC_VER == 1925)
|
||||
#if(_MSC_FULL_VER >= 192528610)
|
||||
#define VER_CPL MS Visual C++ 2019 v16.5.0
|
||||
#endif
|
||||
#elif (_MSC_VER == 1924)
|
||||
#if(_MSC_FULL_VER >= 192428319)
|
||||
#define VER_CPL MS Visual C++ 2019 v16.4.6
|
||||
#elif(_MSC_FULL_VER >= 192428316)
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 20
|
||||
#define VERSION_REV 319
|
||||
#define VERSION_REV 320
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 432
|
||||
#define ONIGURUMA_REGEX_VER 6.9.4
|
||||
|
||||
Loading…
Reference in New Issue
Block a user