From 286ae652a9661f7e08367b6bc94d16a92dd86bd3 Mon Sep 17 00:00:00 2001 From: Rainer Kottenhoff Date: Tue, 28 May 2019 10:38:24 +0200 Subject: [PATCH] + ver: update --- Versions/build.txt | 2 +- np3portableapp/_buildname.txt | 2 +- res/Notepad3.exe.manifest.conf | 4 ++-- src/VersionEx.h | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Versions/build.txt b/Versions/build.txt index 9cc56f5d5..b33988784 100644 --- a/Versions/build.txt +++ b/Versions/build.txt @@ -1 +1 @@ -1732 +1733 diff --git a/np3portableapp/_buildname.txt b/np3portableapp/_buildname.txt index 1b0c3bd55..e698eff6a 100644 --- a/np3portableapp/_buildname.txt +++ b/np3portableapp/_buildname.txt @@ -1 +1 @@ -"ONIGURUMA" +"Oniguruma" diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index e100c5b65..fa98048b3 100644 --- a/res/Notepad3.exe.manifest.conf +++ b/res/Notepad3.exe.manifest.conf @@ -3,8 +3,8 @@ - Notepad3 ONIGURUMA + Notepad3 Oniguruma diff --git a/src/VersionEx.h b/src/VersionEx.h index fc30cd1aa..f5146e75e 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 527 -#define VERSION_BUILD 1732 +#define VERSION_REV 528 +#define VERSION_BUILD 1733 #define SCINTILLA_VER 415+ #define ONIGURUMA_REGEX_VER 6.9.2 -#define VERSION_PATCH ONIGURUMA +#define VERSION_PATCH Oniguruma