diff --git a/Build/Changes.txt b/Build/Changes.txt
index e6c824a67..f765efcc2 100644
--- a/Build/Changes.txt
+++ b/Build/Changes.txt
@@ -34,7 +34,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
========================================================
-Current BETA/RC Version 5.21.207.(build_#) (2021-02-07)
+Current BETA/RC Version 5.21.211.(build_#) (2021-02-11)
========================================================
--------------------------------------------------------
@@ -69,6 +69,7 @@ NEW:
CHANGES:
--------------------------------------------------------
[.xxx.x]- .
+[.211.1]- Statusbar Selection-Info: switch to byte (instead of character) counting for huge files.
[.205.1]- Revert minor insert date/time format changes.
[.205.1]- Use user locale for date/time insert format: insert date before time & tab separated.
[.124.1]- Tinyexpr evaluation of math constants "e" and "pi" not being separated from prepending text.
@@ -111,6 +112,7 @@ CHANGES:
FIXES:
--------------------------------------------------------
[.xxx.x]- .
+[.211.1]- Burndown some VS Analyze Mode Infos/Warnings.
[.205.1]- Wildcard search: unintentional wrap around.
[.125.1]- AHKL lexer: visual brace matching mix-ups.
[.124.1]- InfoBox message icon DPI scaling.
diff --git a/Versions/day.txt b/Versions/day.txt
index cd7da05e3..dba40afcf 100644
--- a/Versions/day.txt
+++ b/Versions/day.txt
@@ -1 +1 @@
-210
+211
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index c58604d88..ea78aec56 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 7bd46db01..946f26efb 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 210
+#define VERSION_REV 211
#define VERSION_BUILD 1
#define SCINTILLA_VER 446
#define ONIGURUMA_REGEX_VER 6.9.6