diff --git a/Build/Changes.txt b/Build/Changes.txt
index 449ce371d..bf31b5d10 100644
--- a/Build/Changes.txt
+++ b/Build/Changes.txt
@@ -32,7 +32,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
========================================================
-Current BETA/RC Version 5.21.220.(build_#) (2021-02-20)
+Current BETA/RC Version 5.21.222.(build_#) (2021-02-22)
========================================================
--------------------------------------------------------
@@ -67,6 +67,8 @@ NEW:
CHANGES:
--------------------------------------------------------
[.xxx.x]- .
+[.222.1]- Minor refactorings.
+[.222.1]- Toggle Line-Comments: handling of selection start movement.
[.219.1]- Simple Line Comment Toggle handles each line separately (Line Edit after toggle will still set mode of 1st line = former behavior).
[.219.1]- Menu move Line/Stream Comment items to Edit -> Selection top.
[.218.1]- Find/Repl dialog - refactoring and minor fixes.
diff --git a/Versions/day.txt b/Versions/day.txt
index 3d4c7bfe8..c200906ef 100644
--- a/Versions/day.txt
+++ b/Versions/day.txt
@@ -1 +1 @@
-220
+222
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index fb920f751..79c67c217 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 e0c42eaf8..a69624a7c 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 220
+#define VERSION_REV 222
#define VERSION_BUILD 1
#define SCINTILLA_VER 446
#define ONIGURUMA_REGEX_VER 6.9.6