diff --git a/Build/Changes.txt b/Build/Changes.txt
index bb26600b9..b63a5c1e9 100644
--- a/Build/Changes.txt
+++ b/Build/Changes.txt
@@ -33,7 +33,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
========================================================
-Current BETA/RC Version 5.21.407.(build_#) (2021-04-07)
+Current BETA/RC Version 5.21.411.(build_#) (2021-04-11)
========================================================
--------------------------------------------------------
@@ -73,10 +73,10 @@ CHANGES:
[.302.1]- Prevent Path to URL conversion, if Hyperlink RegEx pattern does not match.
[.301.1]- Enable Dark Mode feature for Win10 v21H1 insider beta.
[.301.1]- EOL-Mode: status-bar double-click : inverted cyclic change rotation CRLF -> LF -> CR.
-[.40x.1]- Update grepWinNP3 (GRE) version 2.1.7.36 (2021-04.07).
+[.411.1]- Update grepWinNP3 (GRE) version 2.1.7.36 (2021-04.07).
[.402.1]- Update Oniguruma Regex (ONI) engine version 6.9.7 RC1 (2021-03-31).
[.406.1]- Update Lexilla Library (LEX) version 5.0.1 (2021-04-05).
-[.311.1]- Update Scintilla Library (SCI) version 5.0.0 (2021-03-11).
+[.411.1]- Update Scintilla Library (SCI) version 5.0.1 (2021-04-09).
--------------------------------------------------------
FIXES:
@@ -112,6 +112,7 @@ FIXES:
REMOVED:
--------------------------------------------------------
[.###.#]- .
+[.411.1]- Remove deprecated WinXP support (no horiz. mouse wheel).
[.311.1]- Obsolete SCI_LEXER preproc symbol / no need to link lexers in Scintilla.
--------------------------------------------------------
diff --git a/Versions/build.txt b/Versions/build.txt
index 0cfbf0888..d00491fd7 100644
--- a/Versions/build.txt
+++ b/Versions/build.txt
@@ -1 +1 @@
-2
+1
diff --git a/Versions/day.txt b/Versions/day.txt
index 74fa38c97..617de7eae 100644
--- a/Versions/day.txt
+++ b/Versions/day.txt
@@ -1 +1 @@
-407
+411
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index 8bbdad4b0..a6f933e9b 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 927c0ffff..3239865a5 100644
--- a/src/VersionEx.h
+++ b/src/VersionEx.h
@@ -8,9 +8,9 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 21
-#define VERSION_REV 407
-#define VERSION_BUILD 2
-#define SCINTILLA_VER 500
+#define VERSION_REV 411
+#define VERSION_BUILD 1
+#define SCINTILLA_VER 501
#define LEXILLA_VER 501
#define ONIGURUMA_REGEX_VER 6.9.6
#define UCHARDET_VER 2018.09.27