+ ver: VS2019 v16.2.5

This commit is contained in:
Rainer Kottenhoff 2019-09-11 13:03:04 +02:00
parent 12da50312a
commit 4a51660a7d
4 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
2623
2624

View File

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

View File

@ -72,7 +72,7 @@
#if defined(_MSC_VER)
#if (_MSC_VER >= 1922)
#if(_MSC_FULL_VER >= 192227905)
#define VER_CPL MS Visual C++ 2019 v16.2.(0-4)
#define VER_CPL MS Visual C++ 2019 v16.2.(0-5)
#endif
#elif (_MSC_VER >= 1921)
#if(_MSC_FULL_VER >= 192127702)

View File

@ -7,8 +7,8 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 19
#define VERSION_REV 910
#define VERSION_BUILD 2623
#define VERSION_REV 911
#define VERSION_BUILD 2624
#define SCINTILLA_VER 420
#define ONIGURUMA_REGEX_VER 6.9.3
#define UCHARDET_VER 2018.09.27