diff --git a/Build/Changes.txt b/Build/Changes.txt
index 88140a9b8..1015d6113 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.703.(build_#) (2021-07-03)
+Current BETA/RC Version 5.21.707.(build_#) (2021-07-07)
========================================================
--------------------------------------------------------
@@ -136,6 +136,7 @@ CHANGES Versions in Tools or Libraries:
FIXES:
--------------------------------------------------------
[.###.#]- .
+[.707.1]- Distinguish Win10 vs. Win11 using build number (>=22000).
[.529.2]- F/R Dialog regression: allow replace in selection (if selection not empty).
[.527.1]- Correct handling of F/R dialog pattern combo-box dropdown list.
[.527.1]- Minor fixes Markdown-Lexer.
@@ -219,8 +220,8 @@ REMOVED:
TRANSLATIONS (MUI):
--------------------------------------------------------
[.###.#]- .
-[.227.1]- Chinese Traditional (zh-TW) (incomplete...).
-[.417.1]- Greek (el-GR) (in progress...).
+[.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
diff --git a/Versions/day.txt b/Versions/day.txt
index 0a1c47444..8b8e485dc 100644
--- a/Versions/day.txt
+++ b/Versions/day.txt
@@ -1 +1 @@
-703
+707
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index 343255fe3..f21783932 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 96a532d9f..d19bc53ac 100644
--- a/src/VersionEx.h
+++ b/src/VersionEx.h
@@ -8,7 +8,7 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 21
-#define VERSION_REV 703
+#define VERSION_REV 707
#define VERSION_BUILD 1
#define SCINTILLA_VER 510
#define LEXILLA_VER 510