From c57c1436a18521cf962dff54b8503efd788495c8 Mon Sep 17 00:00:00 2001 From: Rainer Kottenhoff Date: Wed, 22 May 2019 10:03:12 +0200 Subject: [PATCH] + current build information --- Versions/build.txt | 2 +- res/Notepad3.exe.manifest.conf | 2 +- src/Version.h | 4 +++- src/VersionEx.h | 4 ++-- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Versions/build.txt b/Versions/build.txt index bdc2aeae6..d75c403cf 100644 --- a/Versions/build.txt +++ b/Versions/build.txt @@ -1 +1 @@ -1717 +1718 diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index b9f19dad1..680d89ac8 100644 --- a/res/Notepad3.exe.manifest.conf +++ b/res/Notepad3.exe.manifest.conf @@ -3,7 +3,7 @@ Notepad3 RC diff --git a/src/Version.h b/src/Version.h index 6f2583dc9..c2d050af9 100644 --- a/src/Version.h +++ b/src/Version.h @@ -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) diff --git a/src/VersionEx.h b/src/VersionEx.h index 685ba5b4b..7bbf9bff3 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -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