diff --git a/Build/Changes.txt b/Build/Changes.txt
index 7f177abb0..cc2814b1a 100644
--- a/Build/Changes.txt
+++ b/Build/Changes.txt
@@ -48,6 +48,7 @@ NEW:
CHANGES:
-----------------------------------------------------
-
+- Installer to let the user select the target directory.
- Default long-line wrap settings.
- Remove spinning wait-cursor for text operations (may need reactivation for long operations).
- "grepWinNP3": move packages.config to corresponding project folder(GRE).
@@ -82,7 +83,7 @@ REMOVED:
TRANSLATIONS (MUI):
-----------------------------------------------------
-
--
+- Slovak (sk-SK).
=====================================================
diff --git a/Versions/build.txt b/Versions/build.txt
index 00750edc0..b8626c4cf 100644
--- a/Versions/build.txt
+++ b/Versions/build.txt
@@ -1 +1 @@
-3
+4
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index 79103ce59..ae49bf255 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 79e470a96..332a18290 100644
--- a/src/VersionEx.h
+++ b/src/VersionEx.h
@@ -9,7 +9,7 @@
#define VERSION_MAJOR 5
#define VERSION_MINOR 20
#define VERSION_REV 419
-#define VERSION_BUILD 3
+#define VERSION_BUILD 4
#define SCINTILLA_VER 432
#define ONIGURUMA_REGEX_VER 6.9.5
#define UCHARDET_VER 2018.09.27