diff --git a/Build/Changes.txt b/Build/Changes.txt
index ed1fb9205..5858dc7eb 100644
--- a/Build/Changes.txt
+++ b/Build/Changes.txt
@@ -34,7 +34,7 @@ SUP - (S)et(UP) / Installer Package
========================================================
-Current BETA/RC Version 5.20.929.(build_#) (2020-09-29)
+Current BETA/RC Version 5.20.930.(build_#) (2020-09-30)
========================================================
--------------------------------------------------------
@@ -60,6 +60,8 @@ NEW:
CHANGES:
--------------------------------------------------------
[.xxx.x]-
+[.930.1]- Update the KeyWordList of lexers "C# Source Code" and "SQL Query".
+[.930.1]- Bookmark Occurrences Colors changed to get perceptually distinct colors.
[.929.1]- Migration from CreateLexer() by ID to CreateLexer() by Name (Lexilla IFace5 conform) (GRE).
[.928.1]- grepWinNP3: code clean-up (GRE).
[.928.1]- TinyExpr format floating.point with non zero fractional part.
diff --git a/Versions/day.txt b/Versions/day.txt
index 63881d8a1..a04e026f8 100644
--- a/Versions/day.txt
+++ b/Versions/day.txt
@@ -1 +1 @@
-929
+930
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index 04fb17f97..3fa66d9ff 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 9fcde1c9d..9399db5f4 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 929
+#define VERSION_REV 930
#define VERSION_BUILD 1
#define SCINTILLA_VER 445
#define ONIGURUMA_REGEX_VER 6.9.5