diff --git a/Build/Changes.txt b/Build/Changes.txt
index b1d0f37fc..c798e727f 100644
--- a/Build/Changes.txt
+++ b/Build/Changes.txt
@@ -33,13 +33,14 @@ SUP - (S)et(UP) / Installer Package
========================================================
-Current BETA/RC Version 5.20.909.(build_#) (2020-09-09)
+Current BETA/RC Version 5.20.911.(build_#) (2020-09-11)
========================================================
--------------------------------------------------------
NEW:
--------------------------------------------------------
[.###.#]-
+[.911.1]- Allow colon (:) as alternate divide operator to calculate TinyExpr.
[.825.1]- grepWinNP3: default extension on saving search result list.
[.824.1]- Focused-View: mode Fold-Only.
[.823.1]- Mark Occurrences: show additional Bookmark (Arrows).
@@ -102,6 +103,7 @@ ENHANCEMENT:
FIXES:
--------------------------------------------------------
[.###.#]-
+[.911.1]- Allow RETURN / ENTER after equal sign (=) to calculate TinyExpr.
[.908.1]- SubMenu active marker (Occurrences Indicator Options).
[.906.1]- Delete marker of (comletely) deleted lines.
[.905.1]- Initial state of "Focus View" button in F/R-Dlg.
diff --git a/Versions/day.txt b/Versions/day.txt
index fb1248b46..8ad23df1c 100644
--- a/Versions/day.txt
+++ b/Versions/day.txt
@@ -1 +1 @@
-909
+911
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index 9f38df71c..299bda6aa 100644
--- a/res/Notepad3.exe.manifest.conf
+++ b/res/Notepad3.exe.manifest.conf
@@ -3,7 +3,7 @@
Notepad3 rc
diff --git a/src/VersionEx.h b/src/VersionEx.h
index be95c76d8..c65232880 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 909
+#define VERSION_REV 911
#define VERSION_BUILD 1
#define SCINTILLA_VER 444
#define ONIGURUMA_REGEX_VER 6.9.5