diff --git a/Build/Changes.txt b/Build/Changes.txt
index a0b622ecc..687e2a1ef 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.1212.(build_#) (2021-12-12)
+Current BETA/RC Version 5.21.1222.(build_#) (2021-12-22)
========================================================
--------------------------------------------------------
@@ -69,6 +69,9 @@ CHANGES Versions in Tools or Libraries:
FIXES:
--------------------------------------------------------
[.###.#]- .
+[1222.1]- Support User-Doc on Recent Files Jump List.
+[1222.1]- Trim line endings on Save except AutoSave.
+[1222.1]- Find user docs special folder var.
[1212.1]- Performance issue on pasting clipboard.
[1212.1]- Add to recent documents issue.
[1212.1]- File History: delete file in list and .ini-file.
diff --git a/Versions/day.txt b/Versions/day.txt
index 1f8248cea..9d63033fa 100644
--- a/Versions/day.txt
+++ b/Versions/day.txt
@@ -1 +1 @@
-1212
+1222
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index de27ed6f8..8eeb5c030 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 9c8795d63..6fb982ff0 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 1212
+#define VERSION_REV 1222
#define VERSION_BUILD 1
#define SCINTILLA_VER 515
#define LEXILLA_VER 514