diff --git a/Build/Changes.txt b/Build/Changes.txt
index 23fd77d3c..e5d10642c 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.809.(build_#) (2021-08-09)
+Current BETA/RC Version 5.21.810.(build_#) (2021-08-10)
========================================================
--------------------------------------------------------
@@ -82,6 +82,7 @@ NEW:
CHANGES:
--------------------------------------------------------
[.###.#]- .
+[.810.1]- Some refactorings and code cleanup.
[.804.1]- Minor changed regarding file changed indicator.
[.803.1]- New Sombra scheme as default Dark Mode coloring theme.
[.803.1]- Optimized default style handling for settings file (Dark Mode).
@@ -153,6 +154,8 @@ CHANGES Versions in Tools or Libraries:
FIXES:
--------------------------------------------------------
[.###.#]- .
+[.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.
[.806.1]- Launching file URL (Alt+Click) with respect to flags "Reuse Window" and "Only one Instance per File".
[.805.1]- File URL tooltip.
diff --git a/Versions/day.txt b/Versions/day.txt
index 91dea1ec9..da1ccbb5c 100644
--- a/Versions/day.txt
+++ b/Versions/day.txt
@@ -1 +1 @@
-809
+810
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index 9306d036f..51302d627 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 d5a97caa1..8ea7c3434 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 809
+#define VERSION_REV 810
#define VERSION_BUILD 1
#define SCINTILLA_VER 511
#define LEXILLA_VER 511