diff --git a/Build/Changes.txt b/Build/Changes.txt
index 5caa71141..b1071b0c8 100644
--- a/Build/Changes.txt
+++ b/Build/Changes.txt
@@ -86,6 +86,7 @@ ENHANCEMENT:
----------------------------------------------------
FIXES:
----------------------------------------------------
+- Wrong encoding detection settings for explicit config .ini-File load.
- Disable HyperLink calltip on ESC, as long as caret is in hyperlink text range.
- Crash on very large file size (rejecting too big files).
- Batch lexer: handle comment after ampersand(&) command sequence.
diff --git a/Versions/build.txt b/Versions/build.txt
index 8ddd60d33..064256798 100644
--- a/Versions/build.txt
+++ b/Versions/build.txt
@@ -1 +1 @@
-2677
+2678
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index 57dd5bdb9..81c0fc545 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 b0b0b9492..f67584fad 100644
--- a/src/VersionEx.h
+++ b/src/VersionEx.h
@@ -9,7 +9,7 @@
#define VERSION_MAJOR 5
#define VERSION_MINOR 19
#define VERSION_REV 1118
-#define VERSION_BUILD 2677
+#define VERSION_BUILD 2678
#define SCINTILLA_VER 421
#define ONIGURUMA_REGEX_VER 6.9.4
#define UCHARDET_VER 2018.09.27