From 7e23bd6fdff074e3625bd15373be3bab45296c42 Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Mon, 12 Oct 2020 23:38:13 +0200 Subject: [PATCH] + upd: Version files and Changes.txt --- Build/Changes.txt | 1 + Versions/build.txt | 2 +- res/Notepad3.exe.manifest.conf | 2 +- src/VersionEx.h | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Build/Changes.txt b/Build/Changes.txt index cfe3cd621..044eab4de 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -91,6 +91,7 @@ CHANGES: FIXES: -------------------------------------------------------- [.xxx.x]- . +[1012.2]- Disable Copy/Cut complete lines on partial multi-selection. [1012.1]- Find/Repl all in range algo. [1012.1]- Oniguruma flexible EOL handling (Win CRLF, Unix LF and Mac CR) (ONI). [1012.1]- Replace all in range. diff --git a/Versions/build.txt b/Versions/build.txt index d00491fd7..0cfbf0888 100644 --- a/Versions/build.txt +++ b/Versions/build.txt @@ -1 +1 @@ -1 +2 diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index 79e596d8d..2d9c79cd8 100644 --- a/res/Notepad3.exe.manifest.conf +++ b/res/Notepad3.exe.manifest.conf @@ -3,7 +3,7 @@ Notepad3 beta diff --git a/src/VersionEx.h b/src/VersionEx.h index 0c5d55ab8..68830c7ed 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -9,7 +9,7 @@ #define VERSION_MAJOR 5 #define VERSION_MINOR 20 #define VERSION_REV 1012 -#define VERSION_BUILD 1 +#define VERSION_BUILD 2 #define SCINTILLA_VER 445 #define ONIGURUMA_REGEX_VER 6.9.6 #define UCHARDET_VER 2018.09.27