diff --git a/Build/Changes.txt b/Build/Changes.txt
index 5858dc7eb..bf80ef316 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.930.(build_#) (2020-09-30)
+Current BETA/RC Version 5.20.1001.(build_#) (2020-10-01)
========================================================
--------------------------------------------------------
@@ -60,6 +60,7 @@ NEW:
CHANGES:
--------------------------------------------------------
[.xxx.x]-
+[1001.1]- Rebase DarkMode module on delay load version branch of win32-darkmode project.
[.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).
@@ -88,6 +89,7 @@ CHANGES:
FIXES:
--------------------------------------------------------
[.xxx.x]-
+[1001.1]- TOML Lexer performance leak.
[.928.2]- Freezing of main window caused by mixed usage of Lexer Interfaces.
[.928.1]- Setting new IFace5 Lexer (should fix line/stream comment toggle issue #2912).
[.927.1]- Lexer file extensions maintained in standard config.
diff --git a/Versions/day.txt b/Versions/day.txt
index a04e026f8..dd1172404 100644
--- a/Versions/day.txt
+++ b/Versions/day.txt
@@ -1 +1 @@
-930
+1001
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index 3fa66d9ff..f951c4daf 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 9399db5f4..c72a867ad 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 930
+#define VERSION_REV 1001
#define VERSION_BUILD 1
#define SCINTILLA_VER 445
#define ONIGURUMA_REGEX_VER 6.9.5