+ver: VS2019 version update - VS 16.5.0

This commit is contained in:
Pairi Daiza 2020-03-20 10:14:20 +01:00
parent 6a7ecd2ab8
commit 0e3813e402
4 changed files with 8 additions and 4 deletions

View File

@ -1 +1 @@
319
320

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.20.319.1"
version="5.20.320.1"
type="win32"
/>
<description>Notepad3 RC3</description>

View File

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

View File

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