mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
Merge pull request #1333 from RaiKoHoff/Dev_RC_Fixes
Version update VS2019 : MS Visual C++ 2019 16.1.3
This commit is contained in:
commit
464d456f2d
@ -1 +1 @@
|
||||
2250
|
||||
2251
|
||||
|
||||
@ -1 +1 @@
|
||||
"RC"
|
||||
"RC2"
|
||||
|
||||
@ -3,8 +3,8 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.19.611.2250"
|
||||
version="5.19.613.2251"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 RC</description>
|
||||
<description>Notepad3 RC2</description>
|
||||
</assembly>
|
||||
|
||||
@ -68,7 +68,7 @@
|
||||
#if defined(_MSC_VER)
|
||||
#if (_MSC_VER >= 1920)
|
||||
#if(_MSC_FULL_VER >= 192127702)
|
||||
#define VER_CPL MS Visual C++ 2019 v16.1.(0-2)
|
||||
#define VER_CPL MS Visual C++ 2019 v16.1.(0-3)
|
||||
#elif(_MSC_FULL_VER >= 192027508)
|
||||
#define VER_CPL MS Visual C++ 2019 v16.0.(0-4)
|
||||
#elif(_MSC_FULL_VER >= 192027027)
|
||||
|
||||
@ -7,8 +7,8 @@
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 19
|
||||
#define VERSION_REV 611
|
||||
#define VERSION_BUILD 2250
|
||||
#define VERSION_REV 613
|
||||
#define VERSION_BUILD 2251
|
||||
#define SCINTILLA_VER 416
|
||||
#define ONIGMO_REGEX_VER 6.2.0
|
||||
#define VERSION_PATCH RC
|
||||
#define VERSION_PATCH RC2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user