diff --git a/Build/Changes.txt b/Build/Changes.txt
index a3f236df7..687e9b9c9 100644
--- a/Build/Changes.txt
+++ b/Build/Changes.txt
@@ -90,6 +90,9 @@ CHANGES:
FIXES:
--------------------------------------------------------
[.###.#]- .
+[.414.2]- Minipath uses NP§ preferred language, if not configured.
+[.414.2]- Compiling mono-language compiler switch version.
+[.414.2]- Some minor bugs around MUI Language selection.
[.414.1]- Std windows behavior for cascading new instances (if configured).
[.413.2]- Sticky Window Flag on launching new instance.
[.413.1]- Prevent duplicate instance, if setting does not allow.
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 4c056aa50..e3f8236fc 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 9a6a92740..3cc6ec111 100644
--- a/src/VersionEx.h
+++ b/src/VersionEx.h
@@ -9,7 +9,7 @@
#define VERSION_MAJOR 5
#define VERSION_MINOR 21
#define VERSION_REV 414
-#define VERSION_BUILD 1
+#define VERSION_BUILD 2
#define SCINTILLA_VER 501
#define LEXILLA_VER 501
#define ONIGURUMA_REGEX_VER 6.9.6