+ver: VS2019 version update - VS 16.4.5

This commit is contained in:
Pairi Daiza 2020-02-11 23:20:10 +01:00
parent 813aa2b55f
commit c0f40d16eb
5 changed files with 8 additions and 8 deletions

View File

@ -1 +1 @@
3220
3224

View File

@ -1 +1 @@
"RC"
"RC1"

View File

@ -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>

View File

@ -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)

View File

@ -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