diff --git a/Build/Changes.txt b/Build/Changes.txt index e0cc4098d..2e6ccefda 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -33,7 +33,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library ======================================================== -Current BETA/RC Version 5.21.811.(build_#) (2021-08-11) +Current BETA/RC Version 5.21.813.(build_#) (2021-08-13) ======================================================== -------------------------------------------------------- @@ -83,6 +83,7 @@ NEW: CHANGES: -------------------------------------------------------- [.###.#]- . +[.811.1]- Scintilla Python generator methods for embeddable Python (SCI). [.811.1]- MUI base language definition moved to solution's preprocessors (C/C++ & RC) defines. [.810.1]- Some refactorings and code cleanup. [.804.1]- Minor changed regarding file changed indicator. @@ -156,6 +157,8 @@ CHANGES Versions in Tools or Libraries: FIXES: -------------------------------------------------------- [.###.#]- . +[.813.1]- "grepWinNP3" project: post build step - xcopy .lang files to desired build output dir (GRE). +[.813.1]- Remove obsolete (by SCI Lib v5.1.1) settings. [.809.2]- Size of visible whitespace style. [.809.2]- Workaround for additional selection typing. [.807.1]- RegEx line begin pattern stuck after zero-length replacement. diff --git a/Versions/day.txt b/Versions/day.txt index f8ba02fca..4dc06e60d 100644 --- a/Versions/day.txt +++ b/Versions/day.txt @@ -1 +1 @@ -811 +813 diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index e40a75aa0..bb85f3b1c 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 c16a08d4c..c7f25b618 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -8,7 +8,7 @@ #define SAPPNAME "Notepad3" #define VERSION_MAJOR 5 #define VERSION_MINOR 21 -#define VERSION_REV 811 +#define VERSION_REV 813 #define VERSION_BUILD 1 #define SCINTILLA_VER 511 #define LEXILLA_VER 511