diff --git a/Build/Changes.txt b/Build/Changes.txt
index 951607871..cee5946e8 100644
--- a/Build/Changes.txt
+++ b/Build/Changes.txt
@@ -31,7 +31,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
==================================================
-Current BETA Version 5.19.906.#(build) (2019-09-06)
+Current BETA Version 5.19.908.#(build) (2019-09-08)
==================================================
--------------------------------------------------
@@ -61,6 +61,7 @@ ENHANCEMENT:
--------------------------------------------------
FIXES:
--------------------------------------------------
+- Minor correction of HotKey.
- Ctrl+Shift-C/X and Paste behaviour.
- Markdown highlight overflow.
- Redo initial selection after replace (ins/del).
diff --git a/Versions/build.txt b/Versions/build.txt
index 6743f5e6c..e25818030 100644
--- a/Versions/build.txt
+++ b/Versions/build.txt
@@ -1 +1 @@
-2619
+2620
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index efc6b6b6d..145b126f9 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 39e03ec0d..f69792969 100644
--- a/src/VersionEx.h
+++ b/src/VersionEx.h
@@ -7,8 +7,8 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 19
-#define VERSION_REV 905
-#define VERSION_BUILD 2619
+#define VERSION_REV 908
+#define VERSION_BUILD 2620
#define SCINTILLA_VER 420
#define ONIGURUMA_REGEX_VER 6.9.3
#define UCHARDET_VER 2018.09.27