Merge pull request #1333 from RaiKoHoff/Dev_RC_Fixes

Version update VS2019 : MS Visual C++ 2019 16.1.3
This commit is contained in:
Pairi Daiza 2019-06-13 10:28:40 +02:00 committed by GitHub
commit 464d456f2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 8 deletions

View File

@ -1 +1 @@
2250
2251

View File

@ -1 +1 @@
"RC"
"RC2"

View File

@ -3,8 +3,8 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.19.611.2250"
version="5.19.613.2251"
type="win32"
/>
<description>Notepad3 RC</description>
<description>Notepad3 RC2</description>
</assembly>

View File

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

View File

@ -7,8 +7,8 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 19
#define VERSION_REV 611
#define VERSION_BUILD 2250
#define VERSION_REV 613
#define VERSION_BUILD 2251
#define SCINTILLA_VER 416
#define ONIGMO_REGEX_VER 6.2.0
#define VERSION_PATCH RC
#define VERSION_PATCH RC2