diff --git a/Build/Changes.txt b/Build/Changes.txt
index 01d42252d..979b0bd96 100644
--- a/Build/Changes.txt
+++ b/Build/Changes.txt
@@ -32,7 +32,7 @@ GRE - (GRE)pWinNP3 Search in Files Tool
=====================================================
-Current RC1 Version 5.20.706.(build_#) (2020-07-06)
+Current RC1 Version 5.20.708.(build_#) (2020-07-09)
=====================================================
-----------------------------------------------------
@@ -106,6 +106,7 @@ ENHANCEMENT:
FIXES:
-----------------------------------------------------
-
+- Undo/redo empty selection redundancy.
- Multiple line-/stream-selection undo/redo.
- Disabled Find/Replace or Customize Schemes (by modal child) dialog should disable main window.
- Printing scaling problem related to DPI awareness changes.
diff --git a/Versions/day.txt b/Versions/day.txt
index c00f282b8..9ed20bf29 100644
--- a/Versions/day.txt
+++ b/Versions/day.txt
@@ -1 +1 @@
-706
+708
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index 250752cb8..af5e79d49 100644
--- a/res/Notepad3.exe.manifest.conf
+++ b/res/Notepad3.exe.manifest.conf
@@ -3,7 +3,7 @@
Notepad3 RC1
diff --git a/src/VersionEx.h b/src/VersionEx.h
index 7a1084899..2d3e1f184 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 706
+#define VERSION_REV 708
#define VERSION_BUILD 1
#define SCINTILLA_VER 443
#define ONIGURUMA_REGEX_VER 6.9.5