diff --git a/Build/Changes.txt b/Build/Changes.txt
index 12957eea3..ffe668e36 100644
--- a/Build/Changes.txt
+++ b/Build/Changes.txt
@@ -33,14 +33,15 @@ UCD - (UCD)ARDET is an Encoding Detector Library
========================================================
-Current BETA/RC Version 5.21.724.(build_#) (2021-07-24)
+Current BETA/RC Version 5.21.726.(build_#) (2021-07-26)
========================================================
--------------------------------------------------------
NEW:
--------------------------------------------------------
[.###.#]- .
-[.709.2]- Add "KiXtart" lexer (new in Lexilla) (LEX)..
+[.726.1]- "grepWinNP3" (current grepWin dev) allow multiple search paths (GRE).
+[.709.2]- Add "KiXtart" lexer (new in Lexilla) (LEX).
[.709.1]- Integrating style theme "Sombra" as factory default Dark-Mode theme.
[.525.1]- Add "Julia" lexer (new in Lexilla) (LEX).
[.506.1]- Base64 Encoding/Decoding.
@@ -131,10 +132,10 @@ CHANGES:
--------------------------------------------------------
CHANGES Versions in Tools or Libraries:
--------------------------------------------------------
-[.702.5]- Update grepWinNP3 (GRE) version 2.1.8.38 (2021-07.02).
+[.726.1]- Update grepWinNP3 (GRE) version 2.1.8.39 (2021-07-26).
[.702.5]- Update Oniguruma Regex (ONI) engine version 7.0.0 (2021-06-23).
-[.709.2]- Update Lexilla Library (LEX) version 5.1.0+ (2021-07-09).
-[.702.5]- Update Scintilla Library (SCI) version 5.1.0 (2021-06-23).
+[.726.1]- Update Lexilla Library (LEX) version 5.1.1 (2021-07-26).
+[.726.1]- Update Scintilla Library (SCI) version 5.1.1 (2021-07-26).
--------------------------------------------------------
FIXES:
@@ -232,15 +233,25 @@ TRANSLATIONS (MUI):
[.707.1]- Chinese Traditional (zh-TW).
[.417.1]- Greek (el-GR).
[.303.1]- Portuguese Brazilian (pt-BR).
---------
-For our Notepad3 translation projects, we are looking for motivated volunteers, with a
-priority to resume "aborted" translations for these languages:
-Please, send me a PM (hpwamr51 @ gmail.com) if you are willing to help.
---------
-[.227.1]- Indonesian (id-ID) (incomplete...).
-[.303.1]- Spanish Latin America (es-419) (incomplete...).
-[.227.1]- Turkish (tr-TR) (incomplete...).
-[.227.1]- Vietnamese (vi-VN) (incomplete...).
+
+--------------------------------------------------------
+Hello everybody ! 😀
+For our "Notepad3 Translation Projects", we are looking for motivated volunteers for many languages,
+with a priority to take over "(incomplete...)" translation projects:
+- Bulgarian (bg-BG)
+- Czech (cs-CZ)
+- Finnish (fi-FI)
+- Indonesian (id-ID) (incomplete...)
+- Irish (ga-IE)
+- Norwegian (nb-NO)
+- Romanian (ro-RO)
+- Spanish Latin America (es-419) (incomplete...)
+- Turkish (tr-TR) (incomplete...)
+- Ukrainian (uk-UA)
+- Vietnamese (vi-VN) (incomplete...)
+- etc...
+Please, send me a PM (mailto:hpwamr51 @ gmail.com)) if you are willing to help. 🤔
+--------------------------------------------------------
========================================================
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 67adbdb35..d825567d1 100644
--- a/Versions/day.txt
+++ b/Versions/day.txt
@@ -1 +1 @@
-724
+726
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index 19f430d6f..ff2a32695 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 fcc2bfa1e..5dd539b16 100644
--- a/src/VersionEx.h
+++ b/src/VersionEx.h
@@ -8,10 +8,10 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 21
-#define VERSION_REV 724
+#define VERSION_REV 726
#define VERSION_BUILD 1
-#define SCINTILLA_VER 510
-#define LEXILLA_VER 510
+#define SCINTILLA_VER 511
+#define LEXILLA_VER 511
#define ONIGURUMA_REGEX_VER 7.0.0
#define UCHARDET_VER 2018.09.27
#define TINYEXPR_VER 2018.05.11