diff --git a/Build/Changes.txt b/Build/Changes.txt
index a903086db..1b3dd23d4 100644
--- a/Build/Changes.txt
+++ b/Build/Changes.txt
@@ -32,6 +32,86 @@ SUP - (S)et(UP) / Installer Package
UCD - (UCD)ARDET is an Encoding Detector Library
+========================================================
+Current BETA/RC Version 5.21.1127.(build_#) (2021-11-27)
+========================================================
+
+--------------------------------------------------------
+NEW:
+--------------------------------------------------------
+[.###.#]- .
+[.alpha]- Add a Fortran Lexer.
+[.alpha]- LongPath Support enhancements.
+--------------------------------------------------------
+[.###.#]- .
+[.###.#]- .
+
+--------------------------------------------------------
+CHANGES:
+--------------------------------------------------------
+[.###.#]- .
+[.alpha]- Default settings: LaunchInstanceWndPosOffset=28 and LaunchInstanceFullVisible=true.
+[.alpha]- Lexer Fortran: add extended intrinsic functions.
+[.alpha]- Some more DynStrg refactorings and LongPath handling.
+--------------------------------------------------------
+[.###.#]- .
+[.###.#]- .
+
+--------------------------------------------------------
+CHANGES Versions in Tools or Libraries:
+--------------------------------------------------------
+[.alpha]- Update Scintilla Library (SCI) version 5.1.4 (2021-11-08).
+[.alpha]- Update Lexilla Library (LEX) version 5.1.3 (2021-11-08).
+[.alpha]- Update grepWinNP3 (GRE) version 2.1.8.40 (2021-10-19).
+[.alpha]- Update Oniguruma Regex (ONI) engine version 7.0.0 (2021-10-19).
+--------------------------------------------------------
+[.###.#]- .
+[.###.#]- .
+
+--------------------------------------------------------
+FIXES:
+--------------------------------------------------------
+[.###.#]- .
+[.alpha]- Notification blocker on loading huge files.
+[.alpha]- Heap corruption on retrieving text from combo box.
+[.alpha]- Path_ToShortPathName() for grepWinNP3 startup.
+[.alpha]- Path_StripPath().
+--------------------------------------------------------
+[.###.#]- .
+[.###.#]- .
+
+--------------------------------------------------------
+REMOVED:
+--------------------------------------------------------
+[.###.#]- .
+[.###.#]- .
+
+--------------------------------------------------------
+TRANSLATIONS (MUI):
+--------------------------------------------------------
+[.###.#]- .
+[.###.#]- .
+
+--------------------------------------------------------
+Hello everybody ! 😀
+For our "Notepad3 Translation Projects", we are looking for motivated volunteers for many languages,
+with a priority to take over "(incomplete...)" translation projects:
+- Bulgarian (bg-BG)
+- Czech (cs-CZ)
+- Finnish (fi-FI)
+- Indonesian (id-ID) (incomplete...)
+- Irish (ga-IE)
+- Norwegian (nb-NO)
+- Romanian (ro-RO)
+- Spanish Latin America (es-419) (incomplete...)
+- Turkish (tr-TR) (incomplete...)
+- Ukrainian (uk-UA)
+- Vietnamese (vi-VN) (incomplete...)
+- etc...
+Please, send me a PM (mailto:hpwamr51 @ gmail.com) if you are willing to help. 🤔
+--------------------------------------------------------
+
+
========================================================
Version 5.21.1129.1 (29 November 2021)
========================================================
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 f3fe135ec..4407743f8 100644
--- a/res/Notepad3.exe.manifest.conf
+++ b/res/Notepad3.exe.manifest.conf
@@ -3,8 +3,8 @@
- Notepad3
+ Notepad3 beta
diff --git a/src/VersionEx.h b/src/VersionEx.h
index 723fda049..7096e666d 100644
--- a/src/VersionEx.h
+++ b/src/VersionEx.h
@@ -9,12 +9,12 @@
#define VERSION_MAJOR 5
#define VERSION_MINOR 21
#define VERSION_REV 1129
-#define VERSION_BUILD 1
+#define VERSION_BUILD 2
#define SCINTILLA_VER 511
#define LEXILLA_VER 511
#define ONIGURUMA_REGEX_VER 7.0.0
#define UCHARDET_VER 2018.09.27
#define TINYEXPR_VER 2018.05.11
#define UTHASH_VER 2.1.0
-#define VERSION_PATCH
+#define VERSION_PATCH beta
#define VERSION_COMMIT_ID dkt1-amr