diff --git a/Build/Changes.txt b/Build/Changes.txt
index b817e3b76..029838b7e 100644
--- a/Build/Changes.txt
+++ b/Build/Changes.txt
@@ -122,6 +122,7 @@ ENHANCEMENT:
-----------------------------------------------------
FIXES:
-----------------------------------------------------
+- Debug assertion (isspace() called on non ASCII char).
- Correct return result of Styles export.
- Scintilla method declaration.
- Move hardcoded lexer <-> filename (w/o .ext) associations to configurable scheme (regex def).
diff --git a/Versions/build.txt b/Versions/build.txt
index 7ed6ff82d..7f8f011eb 100644
--- a/Versions/build.txt
+++ b/Versions/build.txt
@@ -1 +1 @@
-5
+7
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index 8bff3b0db..315b1c9b7 100644
--- a/res/Notepad3.exe.manifest.conf
+++ b/res/Notepad3.exe.manifest.conf
@@ -3,7 +3,7 @@
Notepad3 RC2
diff --git a/src/VersionEx.h b/src/VersionEx.h
index cacf98993..8a4bad78c 100644
--- a/src/VersionEx.h
+++ b/src/VersionEx.h
@@ -9,7 +9,7 @@
#define VERSION_MAJOR 5
#define VERSION_MINOR 20
#define VERSION_REV 302
-#define VERSION_BUILD 5
+#define VERSION_BUILD 7
#define SCINTILLA_VER 431
#define ONIGURUMA_REGEX_VER 6.9.5
#define UCHARDET_VER 2018.09.27