mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
+ver: VS2019 version update - VS 16.4.5
This commit is contained in:
parent
813aa2b55f
commit
c0f40d16eb
@ -1 +1 @@
|
||||
3220
|
||||
3224
|
||||
|
||||
@ -1 +1 @@
|
||||
"RC"
|
||||
"RC1"
|
||||
|
||||
@ -3,8 +3,8 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.20.211.3220"
|
||||
version="5.20.211.3224"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 RC</description>
|
||||
<description>Notepad3 RC1</description>
|
||||
</assembly>
|
||||
|
||||
@ -75,7 +75,7 @@
|
||||
#if defined(_MSC_VER)
|
||||
#if (_MSC_VER == 1924)
|
||||
#if(_MSC_FULL_VER >= 192428316)
|
||||
#define VER_CPL MS Visual C++ 2019 v16.4.4
|
||||
#define VER_CPL MS Visual C++ 2019 v16.4.(4-5)
|
||||
#elif(_MSC_FULL_VER >= 192428315)
|
||||
#define VER_CPL MS Visual C++ 2019 v16.4.3
|
||||
#elif(_MSC_FULL_VER >= 192428314)
|
||||
|
||||
@ -9,11 +9,11 @@
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 20
|
||||
#define VERSION_REV 211
|
||||
#define VERSION_BUILD 3220
|
||||
#define VERSION_BUILD 3224
|
||||
#define SCINTILLA_VER 430
|
||||
#define ONIGURUMA_REGEX_VER 6.9.4
|
||||
#define UCHARDET_VER 2018.09.27
|
||||
#define TINYEXPR_VER 2018.05.11
|
||||
#define UTHASH_VER 2.1.0
|
||||
#define VERSION_PATCH RC
|
||||
#define VERSION_COMMIT_ID venom-pc
|
||||
#define VERSION_PATCH RC1
|
||||
#define VERSION_COMMIT_ID dkt1-amr
|
||||
|
||||
Loading…
Reference in New Issue
Block a user