diff --git a/Build/Changes.txt b/Build/Changes.txt
index e2124febb..3914a45e9 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.925.(build_#) (2021-09-25)
+Current BETA/RC Version 5.21.927.(build_#) (2021-09-27)
========================================================
--------------------------------------------------------
@@ -65,6 +65,8 @@ CHANGES Versions in Tools or Libraries:
FIXES:
--------------------------------------------------------
[.###.#]- .
+[.927.1]- Over paint annoying menu-bar bottom line.
+[.926.1]- Dark-mode system menu bar coloring (except bottom line).
[.925.1]- Correction of some wrong keyboard shortcut (Alt+ Up, Alt+ Down).
[.924.1]- Translucency (alpha) settings for white-space indicator.
[.915.1]- Dark mode aware auto-completion-list-box.
diff --git a/Versions/day.txt b/Versions/day.txt
index cdf11a8dc..866faa8c2 100644
--- a/Versions/day.txt
+++ b/Versions/day.txt
@@ -1 +1 @@
-926
+927
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index 0badbf43a..82cc9f353 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 c9bffff8a..d158b762e 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 926
+#define VERSION_REV 927
#define VERSION_BUILD 1
#define SCINTILLA_VER 511
#define LEXILLA_VER 511