+ current build information

This commit is contained in:
Rainer Kottenhoff 2019-05-22 10:03:12 +02:00
parent 0eb77bda2c
commit c57c1436a1
4 changed files with 7 additions and 5 deletions

View File

@ -1 +1 @@
1717
1718

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.19.521.1717"
version="5.19.522.1718"
type="win32"
/>
<description>Notepad3 RC</description>

View File

@ -67,7 +67,9 @@
#if defined(_MSC_VER)
#if (_MSC_VER >= 1920)
#if(_MSC_FULL_VER >= 192027508)
#if(_MSC_FULL_VER >= 192127702)
#define VER_CPL MS Visual C++ 2019 v16.1.0
#elif(_MSC_FULL_VER >= 192027508)
#define VER_CPL MS Visual C++ 2019 v16.0.(0-4)
#elif(_MSC_FULL_VER >= 192027027)
#define VER_CPL MS Visual C++ 2019 v16.0.Prev(1-4)

View File

@ -7,8 +7,8 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 19
#define VERSION_REV 521
#define VERSION_BUILD 1717
#define VERSION_REV 522
#define VERSION_BUILD 1718
#define SCINTILLA_VER 415+
#define ONIGMO_REGEX_VER 6.2.0
#define VERSION_PATCH RC