diff --git a/Build/Changes.txt b/Build/Changes.txt
index dfc09516f..005ba29b8 100644
--- a/Build/Changes.txt
+++ b/Build/Changes.txt
@@ -33,7 +33,7 @@ SUP - (S)et(UP) / Installer Package
=====================================================
-Current BETA Version 5.20.816.(build_#) (2020-08-16)
+Current BETA Version 5.20.817.(build_#) (2020-08-17)
=====================================================
-----------------------------------------------------
@@ -57,7 +57,7 @@ NEW:
CHANGES:
-----------------------------------------------------
[.###.#]-
-[.816.1]- Use optimized Asian UI fonts for dialog boxes.
+[.816.1]- Use optimized Asian UI fonts for Notepad3 dialog boxes.
[.815.1]- Focused View: scroll to current position on each toggle.
[.805.1]- "grepWinNP3": add OS architecture (x64) - AboutBox (GRE).
[.805.1]- Replace "64-bit"/"BETA" by "x64"/"beta" to shorter the version name.
@@ -82,6 +82,7 @@ ENHANCEMENT:
FIXES:
-----------------------------------------------------
[.###.#]-
+[.817.1]- Reload language resource for about-box on init (maybe language changed).
[.815.1]- DPI Awarenes of window positions (default, sticky, ...).
[.813.1]- Center dialo in parent (if parent is minimized).
[.812.1]- Fix copy search for & path to (only one) existing instance (GRE).
diff --git a/Versions/day.txt b/Versions/day.txt
index cd93ccc9d..ae645ab7e 100644
--- a/Versions/day.txt
+++ b/Versions/day.txt
@@ -1 +1 @@
-816
+817
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index 906ef2b81..668e2c3e2 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 8d6790de7..07f303c83 100644
--- a/src/VersionEx.h
+++ b/src/VersionEx.h
@@ -8,7 +8,7 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 20
-#define VERSION_REV 816
+#define VERSION_REV 817
#define VERSION_BUILD 1
#define SCINTILLA_VER 444
#define ONIGURUMA_REGEX_VER 6.9.5