+upd: Version update VS2019 : MS Visual Studio 2019 16.1.5

This commit is contained in:
Pairi Daiza 2020-05-13 23:52:38 +02:00
parent c0e747df42
commit 96edadb8bd
6 changed files with 7 additions and 7 deletions

View File

@ -32,7 +32,7 @@ GRE - (GRE)pWinNP3 Search in Files Tool
=====================================================
Current BETA Version 5.20.509.(build_#) (2020-05-09)
Current BETA Version 5.20.513.(build_#) (2020-05-13)
=====================================================
-----------------------------------------------------

View File

@ -1 +1 @@
2
1

View File

@ -1 +1 @@
509
513

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.20.509.2"
version="5.20.513.1"
type="win32"
/>
<description>Notepad3 BETA</description>

View File

@ -75,7 +75,7 @@
#if defined(_MSC_VER)
#if (_MSC_VER == 1925)
#if(_MSC_FULL_VER >= 192528614)
#define VER_CPL MS Visual C++ 2019 v16.5.4
#define VER_CPL MS Visual C++ 2019 v16.5.(4-5)
#elif(_MSC_FULL_VER >= 192528612)
#define VER_CPL MS Visual C++ 2019 v16.5.(2-3)
#elif(_MSC_FULL_VER >= 192528611)

View File

@ -8,8 +8,8 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 20
#define VERSION_REV 509
#define VERSION_BUILD 2
#define VERSION_REV 513
#define VERSION_BUILD 1
#define SCINTILLA_VER 433
#define ONIGURUMA_REGEX_VER 6.9.5
#define UCHARDET_VER 2018.09.27