From ba7d334ea4e2ead7bd8af65c3a927773aaca81e9 Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Tue, 23 Feb 2021 12:21:50 +0100 Subject: [PATCH] + Upd: Version files and Changes.txt --- Build/Changes.txt | 4 +++- Versions/build.txt | 2 +- Versions/day.txt | 2 +- res/Notepad3.exe.manifest.conf | 2 +- src/VersionEx.h | 4 ++-- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Build/Changes.txt b/Build/Changes.txt index ed2355672..69de0c495 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -32,7 +32,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library ======================================================== -Current BETA/RC Version 5.21.222.(build_#) (2021-02-22) +Current BETA/RC Version 5.21.223.(build_#) (2021-02-23) ======================================================== -------------------------------------------------------- @@ -65,6 +65,8 @@ NEW: -------------------------------------------------------- CHANGES: -------------------------------------------------------- +[.223.1]- MiniPath: switch xbutton logic for browsing direction. +[.223.1]- Code styling reformat MiniPath sources (AStyle: OTBS). [.222.1]- Minor refactorings. [.222.1]- Toggle Line-Comments: handling of selection start movement. [.219.1]- Simple Line Comment Toggle handles each line separately (Line Edit after toggle will still set mode of 1st line = former behavior). diff --git a/Versions/build.txt b/Versions/build.txt index 0cfbf0888..d00491fd7 100644 --- a/Versions/build.txt +++ b/Versions/build.txt @@ -1 +1 @@ -2 +1 diff --git a/Versions/day.txt b/Versions/day.txt index c200906ef..5f277ae78 100644 --- a/Versions/day.txt +++ b/Versions/day.txt @@ -1 +1 @@ -222 +223 diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index 467935500..c5e7ea02c 100644 --- a/res/Notepad3.exe.manifest.conf +++ b/res/Notepad3.exe.manifest.conf @@ -3,7 +3,7 @@ Notepad3 rc diff --git a/src/VersionEx.h b/src/VersionEx.h index 7724b6824..ce2afc0b6 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -8,8 +8,8 @@ #define SAPPNAME "Notepad3" #define VERSION_MAJOR 5 #define VERSION_MINOR 21 -#define VERSION_REV 222 -#define VERSION_BUILD 2 +#define VERSION_REV 223 +#define VERSION_BUILD 1 #define SCINTILLA_VER 446 #define ONIGURUMA_REGEX_VER 6.9.6 #define UCHARDET_VER 2018.09.27