From 1494c61370697fe90bc3086e8b2cfd8668780367 Mon Sep 17 00:00:00 2001 From: Rainer Kottenhoff Date: Fri, 14 Jun 2019 00:42:57 +0200 Subject: [PATCH] + ver: version strings only --- Versions/build.txt | 2 +- res/Notepad3.exe.manifest.conf | 2 +- src/VersionEx.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Versions/build.txt b/Versions/build.txt index 7f8dea745..67f19f909 100644 --- a/Versions/build.txt +++ b/Versions/build.txt @@ -1 +1 @@ -2252 +2254 diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index cdb30d52b..0864bef3b 100644 --- a/res/Notepad3.exe.manifest.conf +++ b/res/Notepad3.exe.manifest.conf @@ -3,7 +3,7 @@ Notepad3 Oniguruma diff --git a/src/VersionEx.h b/src/VersionEx.h index f8300f6a8..547b55796 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 613 -#define VERSION_BUILD 2252 +#define VERSION_REV 614 +#define VERSION_BUILD 2254 #define SCINTILLA_VER 416 #define ONIGURUMA_REGEX_VER 6.9.2 #define VERSION_PATCH Oniguruma