diff --git a/Build/Changes.txt b/Build/Changes.txt index 673cd2f99..e6d90d20b 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -33,7 +33,7 @@ SUP - (S)et(UP) / Installer Package ======================================================== -Current BETA/RC Version 5.20.902.(build_#) (2020-09-02) +Current BETA/RC Version 5.20.905.(build_#) (2020-09-05) ======================================================== -------------------------------------------------------- @@ -102,6 +102,7 @@ ENHANCEMENT: FIXES: -------------------------------------------------------- [.###.#]- +[.905.2]- Initial state of "Focus View" button in F/R-Dlg. [.901.2]- Buffer size calculation. [.901.2]- Running out of occurrences bookmarks. [.901.1]- Crash caused by buffer overflow. diff --git a/Versions/day.txt b/Versions/day.txt index ed8cc2449..7b8d08438 100644 --- a/Versions/day.txt +++ b/Versions/day.txt @@ -1 +1 @@ -902 +905 diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index 11e204ea5..5182d6372 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 a9005d8bf..14a666312 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -8,7 +8,7 @@ #define SAPPNAME "Notepad3" #define VERSION_MAJOR 5 #define VERSION_MINOR 20 -#define VERSION_REV 902 +#define VERSION_REV 905 #define VERSION_BUILD 1 #define SCINTILLA_VER 444 #define ONIGURUMA_REGEX_VER 6.9.5