From 4a51660a7df4e060d4ead708e18503ae060cbcb6 Mon Sep 17 00:00:00 2001 From: Rainer Kottenhoff Date: Wed, 11 Sep 2019 13:03:04 +0200 Subject: [PATCH] + ver: VS2019 v16.2.5 --- Versions/build.txt | 2 +- res/Notepad3.exe.manifest.conf | 2 +- src/Version.h | 2 +- src/VersionEx.h | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Versions/build.txt b/Versions/build.txt index 90214068f..2095356a4 100644 --- a/Versions/build.txt +++ b/Versions/build.txt @@ -1 +1 @@ -2623 +2624 diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index d85e9ffd0..dcc6cab00 100644 --- a/res/Notepad3.exe.manifest.conf +++ b/res/Notepad3.exe.manifest.conf @@ -3,7 +3,7 @@ Notepad3 BETA diff --git a/src/Version.h b/src/Version.h index d852a173c..0437e3769 100644 --- a/src/Version.h +++ b/src/Version.h @@ -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) diff --git a/src/VersionEx.h b/src/VersionEx.h index e1ff820af..0deb12523 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 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