diff --git a/Build/Changes.txt b/Build/Changes.txt
index 612855701..1f2a8980a 100644
--- a/Build/Changes.txt
+++ b/Build/Changes.txt
@@ -34,13 +34,14 @@ SUP - (S)et(UP) / Installer Package
========================================================
-Current BETA/RC Version 5.20.922.(build_#) (2020-09-22)
+Current BETA/RC Version 5.20.923.(build_#) (2020-09-23)
========================================================
--------------------------------------------------------
NEW:
--------------------------------------------------------
[.xxx.x]-
+[.923.1]- Hotkey 'F3': use MRU latest item before clipboard content as search pattern if prior search pattern is empty.
[.922.1]- Support Lexer switching while Customize Schemes dialog is open.
[.921.1]- Expand current lexers style tree on customize schemes dialog startup.
[.920.1]- grepWinNP3: "Stay On Top" titlebar context-menu (GRE).
@@ -58,6 +59,8 @@ NEW:
CHANGES:
--------------------------------------------------------
[.xxx.x]-
+[.923.1]- Unify search-pattern retrieval: (0.selection)[F/R-DLG] - 1.previous-search/MRU-List - 2.clipboard.
+[.923.1]- Performance leak in TOML Lexer.
[.920.1]- grepWinNP3: save changed "Stay On Top" settings on exit (GRE).
[.920.1]- First part of DarkMode Theme for MiniPath.
[.917.4]- Need to separate DarkMode window-backgr color from button-facecolor.
@@ -73,6 +76,7 @@ CHANGES:
FIXES:
--------------------------------------------------------
[.xxx.x]-
+[.923.1]- Customize Schemes title assembling.
[.922.1]- DarkMode switching while non-modal dialogs are active.
[.921.1]- TinyExpr: interpretation of '%' operator: allow "(...)" on rhs of modulo interpretation.
[.921.1]- TinyExpr: remove the need of blank for smart interpretation of '%' operator.
diff --git a/Versions/day.txt b/Versions/day.txt
index f55dabd5d..209fc0eb4 100644
--- a/Versions/day.txt
+++ b/Versions/day.txt
@@ -1 +1 @@
-922
+923
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index 32bc8f7fc..7454d04e8 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 a90e4cb4a..40ef11f9c 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 922
+#define VERSION_REV 923
#define VERSION_BUILD 1
#define SCINTILLA_VER 445
#define ONIGURUMA_REGEX_VER 6.9.5