diff --git a/Build/Changes.txt b/Build/Changes.txt
index bc59f4ba6..ed2355672 100644
--- a/Build/Changes.txt
+++ b/Build/Changes.txt
@@ -35,46 +35,6 @@ UCD - (UCD)ARDET is an Encoding Detector Library
Current BETA/RC Version 5.21.222.(build_#) (2021-02-22)
========================================================
---------------------------------------------------------
-NEW:
---------------------------------------------------------
-[.###.#]- .
-[.###.#]- .
-
---------------------------------------------------------
-CHANGES:
---------------------------------------------------------
-[.###.#]- .
-[.###.#]- .
-
---------------------------------------------------------
-FIXES:
---------------------------------------------------------
-[.###.#]- .
-[.###.#]- .
-
---------------------------------------------------------
-REMOVED:
---------------------------------------------------------
-[.###.#]- .
-[.###.#]- .
-
---------------------------------------------------------
-TRANSLATIONS (MUI):
---------------------------------------------------------
-[.###.#]- .
-[.###.#]- Chinese Traditional (zh-TW) (motivated translator wanted...).
-[.###.#]- Indonesian (id-ID) (motivated translator wanted...).
-[.###.#]- Portuguese Brazilian (pt-BR) (motivated translator wanted...).
-[.###.#]- Spanish Mexican (es-MX) (motivated translator wanted...).
-[.###.#]- Turkish (tr-TR) (motivated translator wanted...).
-[.###.#]- Vietnamese (vi-VN) (motivated translator wanted...).
-
-
-========================================================
-Version 5.21.22x.x (2x February 2021)
-========================================================
-
--------------------------------------------------------
NEW:
--------------------------------------------------------
@@ -153,6 +113,9 @@ CHANGES:
--------------------------------------------------------
FIXES:
--------------------------------------------------------
+[.222.2]- Multi-Line movement: proceed to document end correctly.
+[.222.2]- Toggle comment on empty selection at insertion point: keep position of selection end.
+[.222.2]- MiniPath: Enable Mouse XButton usage ("browse back and forth").
[.220.1]- Toggle Comment: proper selection handling.
[.219.1]- Do not move selection on search pattern change if in Replace-Dlg.
[.219.1]- FJSON Lexer has comments enabled now.
diff --git a/Versions/build.txt b/Versions/build.txt
index d00491fd7..0cfbf0888 100644
--- a/Versions/build.txt
+++ b/Versions/build.txt
@@ -1 +1 @@
-1
+2
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index 79c67c217..467935500 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 a69624a7c..7724b6824 100644
--- a/src/VersionEx.h
+++ b/src/VersionEx.h
@@ -9,7 +9,7 @@
#define VERSION_MAJOR 5
#define VERSION_MINOR 21
#define VERSION_REV 222
-#define VERSION_BUILD 1
+#define VERSION_BUILD 2
#define SCINTILLA_VER 446
#define ONIGURUMA_REGEX_VER 6.9.6
#define UCHARDET_VER 2018.09.27