diff --git a/Build/Changes.txt b/Build/Changes.txt
index ab0bb4b31..f39942219 100644
--- a/Build/Changes.txt
+++ b/Build/Changes.txt
@@ -33,19 +33,20 @@ SUP - (S)et(UP) / Installer Package
=====================================================
-Current BETA Version 5.20.812.(build_#) (2020-08-12)
+Current BETA Version 5.20.813.(build_#) (2020-08-13)
=====================================================
-----------------------------------------------------
NEW:
-----------------------------------------------------
[.###.#]-
+[.813.1]- Right-to-left (RTL) title/frame layout for some dialog.
+[.813.1]- Edit Right-To-Left (RTL) mode (works only in GDI device context (DC)).
[.812.1]- Extended context menu (margin commands, file explorer).
[.812.1]- Context-Menu to toggle margins.
[.811.1]- Color-Definition Hotspots: support RGB+A (default), A+RGB and BGRA.
[.808.1]- Configuration for "Search in Files" toolbar label.
-[.802.1]- Configuration ([Settings2]LargeIconScalePrecent) percent threshold to switch to
- bigger file types icons (lexer style selections).
+[.802.1]- Configuration ([Settings2]LargeIconScalePrecent) percent threshold to switch to bigger file types icons (lexer style selections).
[.727.1]- DPI-Aware treeview/listview lexer type icons.
[.727.1]- New string "Calculate Tiny-Expressions".
[branch]- ARM64_Build branch (Xperimental).
@@ -64,7 +65,7 @@ CHANGES:
[.729.1]- Swap Shortcuts: "Search in Files" -> "Ctrl+Shift+F" and Toggle Folds -> "Ctrl+Alt+F".
[.723.1]- Review document modified handler (dirty-flag).
[.812.1]- Update grepWinNP3 (GRE) version 2.1.3.23 (2020-08-12).
-[.722.2]- Update Oniguruma Regex (ONI) engine version 6.9.6 (2020-07-05).
+[.813.1]- Update Oniguruma Regex (ONI) engine version 6.9.6 (2020-07-31).
[.724.1]- Update Scintilla Library (SCI) version 4.4.4 (2020-07-21).
-----------------------------------------------------
@@ -77,12 +78,12 @@ ENHANCEMENT:
FIXES:
-----------------------------------------------------
[.###.#]-
+[.813.1]- Center dialo in parent (if parent is minimized).
[.812.1]- Fix copy search for & path to (only one) existing instance (GRE).
[.812.1]- "grepWinNP3": fix invalid searchPath Ballon-Tip handling (GRE).
[.812.1]- [Settings2] filebrowser.exe=explorer.exe.
[.812.1]- Text contrast on hover color hotspot.
-[.811.1]- Set preferred language to internal, in case of "don't show again"
- option on "not available confirmation dialog" is enabled.
+[.811.1]- Set preferred language to internal, in case of "don't show again" option on "not available confirmation dialog" is enabled.
[.808.1]- Center system's MessageBox in parent window.
[.808.1]- Relative calculation of title font size for AboutBox and CS dialog.
[.805.1]- Unicode Point detection and enhanced Color Tag contrast on hoover.
diff --git a/Versions/day.txt b/Versions/day.txt
index 7438337bf..4dc06e60d 100644
--- a/Versions/day.txt
+++ b/Versions/day.txt
@@ -1 +1 @@
-812
+813
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index b27866a1f..f1393bfaa 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 02c475eaf..cf192fe06 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 812
+#define VERSION_REV 813
#define VERSION_BUILD 1
#define SCINTILLA_VER 444
#define ONIGURUMA_REGEX_VER 6.9.5