From 5e6c5fabec4cb0b013d4422d253994c90f530578 Mon Sep 17 00:00:00 2001 From: Rainer Kottenhoff Date: Thu, 13 Jun 2019 09:33:54 +0200 Subject: [PATCH] + upd: Version update VS2019 : MS Visual C++ 2019 16.1.3 --- Versions/build.txt | 2 +- np3portableapp/_buildname.txt | 2 +- res/Notepad3.exe.manifest.conf | 4 ++-- src/Version.h | 2 +- src/VersionEx.h | 6 +++--- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Versions/build.txt b/Versions/build.txt index db88a8627..fc5d14627 100644 --- a/Versions/build.txt +++ b/Versions/build.txt @@ -1 +1 @@ -2250 +2251 diff --git a/np3portableapp/_buildname.txt b/np3portableapp/_buildname.txt index ee7531390..3461eaac5 100644 --- a/np3portableapp/_buildname.txt +++ b/np3portableapp/_buildname.txt @@ -1 +1 @@ -"RC" +"RC2" diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index 378f64896..b06959c8a 100644 --- a/res/Notepad3.exe.manifest.conf +++ b/res/Notepad3.exe.manifest.conf @@ -3,8 +3,8 @@ - Notepad3 RC + Notepad3 RC2 diff --git a/src/Version.h b/src/Version.h index b715382e4..1d7f84261 100644 --- a/src/Version.h +++ b/src/Version.h @@ -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) diff --git a/src/VersionEx.h b/src/VersionEx.h index 25fd8d5f8..3cb4a73b3 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 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